More UTF-8 test tweaks.
Jarkko Hietaniemi [Wed, 7 Mar 2001 22:05:11 +0000 (22:05 +0000)]
p4raw-id: //depot/perl@9075

t/op/pat.t
t/op/split.t
t/pragma/utf8.t

index 711f9f0..2d86273 100755 (executable)
@@ -1533,5 +1533,7 @@ print "ok 247\n";
 
        print "not " unless $1 eq "\x{200}\x{300}" && length($1) == 2;
        print "ok 580\n"; 
+    } else {
+       for (576..580) { print "not ok $_\n" }
     }
 }
index ce8d64d..3077909 100755 (executable)
@@ -1,5 +1,10 @@
 #!./perl
 
+BEGIN {
+    chdir 't' if -d 't';
+    @INC = '../lib';
+}
+
 print "1..44\n";
 
 $FS = ':';
index 31d1191..850470e 100755 (executable)
@@ -3,11 +3,6 @@
 BEGIN {
     chdir 't' if -d 't';
     @INC = '../lib';
-    $ENV{PERL5LIB} = '../lib';
-    if ( ord("\t") != 9 ) { # skip on ebcdic platforms
-        print "1..0 # Skip utf8 tests on ebcdic platform.\n";
-        exit;
-    }
 }
 
 # NOTE!