From: Gurusamy Sarathy Date: Fri, 28 Apr 2000 22:35:49 +0000 (+0000) Subject: tweak test for portability X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b2ec7025a588bf216a835c23fbc857664a8cd556;p=p5sagit%2Fp5-mst-13.2.git tweak test for portability p4raw-id: //depot/perl@6015 --- diff --git a/t/lib/b.t b/t/lib/b.t index db663e4..96770ba 100755 --- 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=<