summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorMichael G. Schwern <schwern@pobox.com>2002-05-12 15:32:58 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2002-05-13 00:46:11 +0000
commit5dc83c4054cb6624685a80f58caabe5e173a543f (patch)
tree6945c39fd20e27dcafa1c635e3edb43f36648b38 /t
parent7589e17d81493a7065648e700081a252e10a5c33 (diff)
downloadperl-5dc83c4054cb6624685a80f58caabe5e173a543f.tar.gz
#!/usr/bin/perl-current misparse
Message-ID: <20020512233258.GK696@blackrider> p4raw-id: //depot/perl@16570
Diffstat (limited to 't')
-rwxr-xr-xt/TEST2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/TEST b/t/TEST
index 47560cdc71..9ac287a7f4 100755
--- a/t/TEST
+++ b/t/TEST
@@ -206,7 +206,7 @@ EOT
open(SCRIPT,"<$test") or die "Can't run $test.\n";
$_ = <SCRIPT>;
close(SCRIPT) unless ($type eq 'deparse');
- if (/#!.*\bperl.*-\w*([tT])/) {
+ if (/#!.*\bperl.*\s-\w*([tT])/) {
$switch = qq{"-$1"};
}
else {