summaryrefslogtreecommitdiff
path: root/t/lib
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-04-18 04:15:14 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-04-18 04:15:14 +0000
commitfee7e83848f2e2a9b904a85420cbf317659a047d (patch)
tree8bf41467011d71f25e5c8aae89f56de5d383cb97 /t/lib
parentfcd95d64261fbf883aedb4851f2dba5901cde9a4 (diff)
downloadperl-fee7e83848f2e2a9b904a85420cbf317659a047d.tar.gz
The #9735 also changes the subtest 12.
p4raw-id: //depot/perl@9736
Diffstat (limited to 't/lib')
-rwxr-xr-xt/lib/b.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/b.t b/t/lib/b.t
index 7681b4d0da..65a8013cae 100755
--- 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);
'???';
}