Improve File::Spec::Win32->path() and fix MM_Win32.t
[p5sagit/p5-mst-13.2.git] / lib / warnings.t
index 9c3ce69..f23d9e6 100644 (file)
@@ -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'.