From: Mark-Jason Dominus Date: Sat, 27 Apr 2002 14:06:56 +0000 (-0400) Subject: PATCH t/TEST X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6d73d07fbd0ec2d8da48a1c0f587cf5e147c0ea4;p=p5sagit%2Fp5-mst-13.2.git PATCH t/TEST Message-ID: <20020427180656.5422.qmail@plover.com> p4raw-id: //depot/perl@16223 --- diff --git a/t/TEST b/t/TEST index ec388a9..af9edc8 100755 --- a/t/TEST +++ b/t/TEST @@ -254,7 +254,7 @@ EOT open HACK, '.\\perl $pl2c $test_executable |'; # cl.exe prints the name of the .c file on stdout (\%^\$^#) -while() {m/^\w+\.[cC]\$/ && next;print} +while() {m/^\\w+\\.[cC]\$/ && next;print} open HACK, '$test_executable |'; while() {print} EOT