This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
ext/PerlIO-encoding/t/encoding.t: Skip on EBCDIC
[perl5.git] / ext / PerlIO-encoding / t / encoding.t
index fdd1f24..cba14a8 100644 (file)
@@ -9,6 +9,10 @@ BEGIN {
        print "1..0 # Skip: not Encode\n";
        exit 0;
     }
        print "1..0 # Skip: not Encode\n";
        exit 0;
     }
+    if (ord("A") == 193) {
+       print "1..0 # Skip: EBCDIC\n";
+       exit 0;
+    }
     require "../../t/charset_tools.pl";
 }
 
     require "../../t/charset_tools.pl";
 }