diff options
Diffstat (limited to 't')
-rwxr-xr-x | t/op/misc.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/op/misc.t b/t/op/misc.t index b00f4b1b74..86c8162fc9 100755 --- a/t/op/misc.t +++ b/t/op/misc.t @@ -48,6 +48,7 @@ for (@prgs){ # bison says 'parse error' instead of 'syntax error', # various yaccs may or may not capitalize 'syntax'. $results =~ s/^(syntax|parse) error/syntax error/mig; + $results =~ s/\n\n/\n/ if $^O eq 'VMS'; # pipes double these sometimes $expected =~ s/\n+$//; if ( $results ne $expected ) { print STDERR "PROG: $switch\n$prog\n"; |