X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fwarnings.t;h=f23d9e67f80365831d137f955375b1e327c2dcf3;hb=8d0ec8cffad6f81a95e1fb954a5337910142389f;hp=9c3ce698a90a21bb24676d2bd082c85e8f34e130;hpb=92ca9816760477489e51e09e0dcde1dda70f387d;p=p5sagit%2Fp5-mst-13.2.git 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'.