From: Michael G. Schwern Date: Mon, 2 Mar 2009 00:40:59 +0000 (-0800) Subject: This is reading the first line of the test, not running it. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6ae62a6f4e634a4c979819dc5f6eaff4ca3fad1a;p=p5sagit%2Fp5-mst-13.2.git This is reading the first line of the test, not running it. --- diff --git a/t/TEST b/t/TEST index 6f23caf..d333c84 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"; $_ =