detypo
[p5sagit/p5-mst-13.2.git] / t / pragma / utf8.t
index 01b0f05..2ae8d9c 100755 (executable)
@@ -4,6 +4,10 @@ BEGIN {
     chdir 't' if -d 't';
     unshift @INC, '../lib';
     $ENV{PERL5LIB} = '../lib';
+    if ( ord("\t") != 9 ) { # skip on ebcdic platforms
+        print "1..0 # Skip utf8 tests on ebcdic platform.\n";
+        exit;
+    }
 }
 
 print "1..12\n";