This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/op/concat2.t: Skip 'use encoding' test in EBCDIC
authorKarl Williamson <khw@cpan.org>
Fri, 27 Jun 2014 16:32:13 +0000 (10:32 -0600)
committerKarl Williamson <khw@cpan.org>
Sun, 15 Mar 2015 04:59:44 +0000 (22:59 -0600)
This pragma does not work on EBCDIC platforms

t/op/concat2.t

index 9dfcc5b..ef21e88 100644 (file)
@@ -14,6 +14,7 @@ BEGIN {
 plan 3;
 
 SKIP: {
+skip("no encoding pragma in EBCDIC", 1) if $::IS_EBCDIC;
 skip_if_miniperl("no dynamic loading on miniperl, no Encode", 1);
 fresh_perl_is <<'end', "ok\n", {},
     no warnings 'deprecated';