diff options
Diffstat (limited to 'gnu/usr.bin/perl/t/io/layers.t')
-rw-r--r-- | gnu/usr.bin/perl/t/io/layers.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/perl/t/io/layers.t b/gnu/usr.bin/perl/t/io/layers.t index 904ef93fa2b..d0e37a3c8db 100644 --- a/gnu/usr.bin/perl/t/io/layers.t +++ b/gnu/usr.bin/perl/t/io/layers.t @@ -44,8 +44,10 @@ print <<__EOH__; __EOH__ SKIP: { + # FIXME - more of these could be tested without Encode or full perl skip("This perl does not have Encode", $NTEST) unless " $Config{extensions} " =~ / Encode /; + skip("miniperl does not have Encode", $NTEST) if $ENV{PERL_CORE_MINITEST}; sub check { my ($result, $expected, $id) = @_; |