Re: optree tests and VMS progress (no really)
Yitzchak Scott-Thoennes [Sun, 7 Nov 2004 23:24:15 +0000 (15:24 -0800)]
Message-ID: <20041108072415.GA3928@efn.org>

p4raw-id: //depot/perl@23485

ext/B/t/OptreeCheck.pm

index 9c5a7e9..f8e2995 100644 (file)
@@ -486,8 +486,8 @@ sub getRendering {
            print "stripped <$1>\n" if $in->{stripv};
            push @errs, $1;
        }
-       $rendering =~ s/^(-e syntax OK\n)//ms;
-       $rendering =~ s/^(-e had compilation errors.\n)//ms;
+       $rendering =~ s/-e syntax OK\n//;
+       $rendering =~ s/-e had compilation errors\.\n//;
     }
     return $rendering, @errs;
 }