summaryrefslogtreecommitdiff
path: root/t/op/misc.t
diff options
context:
space:
mode:
Diffstat (limited to 't/op/misc.t')
-rwxr-xr-xt/op/misc.t1
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";