summaryrefslogtreecommitdiff
path: root/lib/warnings.t
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2005-01-11 15:01:27 -0600
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-01-12 18:04:17 +0000
commit487bb90902471d35a702751539fe1f3f260752dc (patch)
tree09637bef97620d95b0e539822322c603ab0b2691 /lib/warnings.t
parente609e5866582a76dcfe889f9b46e4909b2f0b543 (diff)
downloadperl-487bb90902471d35a702751539fe1f3f260752dc.tar.gz
follow-up to #23765
From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <41E49307.7080900@mac.com> p4raw-id: //depot/perl@23783
Diffstat (limited to 'lib/warnings.t')
-rw-r--r--lib/warnings.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/warnings.t b/lib/warnings.t
index 9c3ce698a9..f23d9e67f8 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'.