Change 16223 by jhi@alpha on 2002/04/27 17:43:26

        Subject: PATCH t/TEST
        From: Mark-Jason Dominus <[EMAIL PROTECTED]>
        Date: Sat, 27 Apr 2002 14:06:56 -0400
        Message-ID: <[EMAIL PROTECTED]>

Affected files ...

.... //depot/perl/t/TEST#78 edit

Differences ...

==== //depot/perl/t/TEST#78 (xtext) ====
Index: perl/t/TEST
--- perl/t/TEST.~1~     Sat Apr 27 12:00:05 2002
+++ perl/t/TEST Sat Apr 27 12:00:05 2002
@@ -254,7 +254,7 @@
 
 open HACK, '.\\perl $pl2c $test_executable |';
 # cl.exe prints the name of the .c file on stdout (\%^\$^#)
-while(<HACK>) {m/^\w+\.[cC]\$/ && next;print}
+while(<HACK>) {m/^\\w+\\.[cC]\$/ && next;print}
 open HACK, '$test_executable |';
 while(<HACK>) {print}
 EOT
End of Patch.

Reply via email to