The #9735 also changes the subtest 12.
[p5sagit/p5-mst-13.2.git] / 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);
     '???';
 }