summaryrefslogtreecommitdiff
path: root/t/TEST
diff options
context:
space:
mode:
authorMark-Jason Dominus <mjd@plover.com>2002-04-27 10:06:56 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2002-04-27 17:43:26 +0000
commit6d73d07fbd0ec2d8da48a1c0f587cf5e147c0ea4 (patch)
tree4daa0946a11b9119e6d62ae940468b28c35079e4 /t/TEST
parent2a4145a8d24062e7c65e95e4f4048c7925c879f9 (diff)
downloadperl-6d73d07fbd0ec2d8da48a1c0f587cf5e147c0ea4.tar.gz
PATCH t/TEST
Message-ID: <20020427180656.5422.qmail@plover.com> p4raw-id: //depot/perl@16223
Diffstat (limited to 't/TEST')
-rwxr-xr-xt/TEST2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/TEST b/t/TEST
index ec388a9853..af9edc8dd8 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(<HACK>) {m/^\w+\.[cC]\$/ && next;print}
+while(<HACK>) {m/^\\w+\\.[cC]\$/ && next;print}
open HACK, '$test_executable |';
while(<HACK>) {print}
EOT