diff options
author | Michael G. Schwern <schwern@pobox.com> | 2009-03-01 16:40:59 -0800 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-08-25 18:17:00 +0100 |
commit | 6ae62a6f4e634a4c979819dc5f6eaff4ca3fad1a (patch) | |
tree | dcd705f31ef1d521fd8da133940ef08ad55a28fb /t/TEST | |
parent | 3c9fc726db1b014d0e1e8519e11710aa7e073d8a (diff) | |
download | perl-6ae62a6f4e634a4c979819dc5f6eaff4ca3fad1a.tar.gz |
This is reading the first line of the test, not running it.
Diffstat (limited to 't/TEST')
-rwxr-xr-x | t/TEST | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |