The #9735 also changes the subtest 12.
Jarkko Hietaniemi [Wed, 18 Apr 2001 04:15:14 +0000 (04:15 +0000)]
p4raw-id: //depot/perl@9736

t/lib/b.t

index 7681b4d..65a8013 100755 (executable)
--- a/t/lib/b.t
+++ b/t/lib/b.t
@@ -107,7 +107,7 @@ $b = <<'EOF';
 
 LINE: while (defined($_ = <ARGV>)) {
     chomp $_;
-    @F = split(/\s+/, $_, 0);
+    @F = split(" ", $_, 0);
     '???';
 }