summaryrefslogtreecommitdiff
path: root/t/TEST
diff options
context:
space:
mode:
authorMichael G. Schwern <schwern@pobox.com>2009-03-01 16:40:59 -0800
committerNicholas Clark <nick@ccl4.org>2009-08-25 18:17:00 +0100
commit6ae62a6f4e634a4c979819dc5f6eaff4ca3fad1a (patch)
treedcd705f31ef1d521fd8da133940ef08ad55a28fb /t/TEST
parent3c9fc726db1b014d0e1e8519e11710aa7e073d8a (diff)
downloadperl-6ae62a6f4e634a4c979819dc5f6eaff4ca3fad1a.tar.gz
This is reading the first line of the test, not running it.
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 6f23caffec..d333c84fb6 100755
--- a/t/TEST
+++ b/t/TEST
@@ -279,7 +279,7 @@ EOT
# XXX DAPM %OVER not defined anywhere
# $test = $OVER{$test} if exists $OVER{$test};
- open(SCRIPT,"<",$test) or die "Can't run $test.\n";
+ open(SCRIPT,"<",$test) or die "Can't read $test.\n";
$_ = <SCRIPT>;
close(SCRIPT) unless ($type eq 'deparse');
if ($::with_utf16) {