summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2002-05-13 07:54:10 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2002-05-13 07:54:10 +0000
commitf4c85a8e163bdec4e3a8708a2a1bf75e69e150ff (patch)
tree84c6fe9df0b5a209255e389ef2cbce2937f0bce1 /t
parent4a38bdd338de5c24fda26aa62143202f97caeb05 (diff)
parent5dc83c4054cb6624685a80f58caabe5e173a543f (diff)
downloadperl-f4c85a8e163bdec4e3a8708a2a1bf75e69e150ff.tar.gz
Integrate Mainline
p4raw-id: //depot/perlio@16571
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 {