This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e609e58
)
follow-up to #23765
author
Craig A. Berry
<craigberry@mac.com>
Tue, 11 Jan 2005 21:01:27 +0000
(15:01 -0600)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Wed, 12 Jan 2005 18:04:17 +0000
(18:04 +0000)
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <
41E49307
.7080900@mac.com>
p4raw-id: //depot/perl@23783
lib/warnings.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/warnings.t
b/lib/warnings.t
index
9c3ce69
..
f23d9e6
100644
(file)
--- 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'.