From: Craig A. Berry Date: Tue, 11 Jan 2005 21:01:27 +0000 (-0600) Subject: follow-up to #23765 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=487bb90902471d35a702751539fe1f3f260752dc;p=p5sagit%2Fp5-mst-13.2.git follow-up to #23765 From: "Craig A. Berry" Message-ID: <41E49307.7080900@mac.com> p4raw-id: //depot/perl@23783 --- diff --git a/lib/warnings.t b/lib/warnings.t index 9c3ce69..f23d9e6 100644 --- a/lib/warnings.t +++ b/lib/warnings.t @@ -121,6 +121,9 @@ for (@prgs){ if ($^O eq 'VMS') { # some tests will trigger VMS messages that won't be expected $results =~ s/\n?%[A-Z]+-[SIWEF]-[A-Z]+,.*//; + + # pipes double these sometimes + $results =~ s/\n\n/\n/g; } # bison says 'parse error' instead of 'syntax error', # various yaccs may or may not capitalize 'syntax'.