projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8188599
)
tweak test for portability
Gurusamy Sarathy [Fri, 28 Apr 2000 22:35:49 +0000 (22:35 +0000)]
p4raw-id: //depot/perl@6015
t/lib/b.t
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/b.t
b/t/lib/b.t
index
db663e4
..
96770ba
100755
(executable)
--- a/
t/lib/b.t
+++ b/
t/lib/b.t
@@
-66,7
+66,7
@@
$a =~ s/\[[^\]]+\]//g;
$a =~ s/-e syntax OK//;
$a =~ s/[^a-z ]+//g;
$a =~ s/\s+/ /g;
-$a =~ s/\b(s|foo|ullsv)\b\s?//g;
+$a =~ s/\b(s|foo|bar|ullsv)\b\s?//g;
$a =~ s/^\s+//;
$a =~ s/\s+$//;
$b=<<EOF;