Adding in TestSetup.pm to replace BEGIN preamble on tests.
[p5sagit/p5-mst-13.2.git] / t / op / eval.t
index 1838923..11fbfd0 100755 (executable)
@@ -37,7 +37,7 @@ open(try,'>Op.eval');
 print try 'print "ok 10\n"; unlink "Op.eval";',"\n";
 close try;
 
-do 'Op.eval'; print $@;
+do './Op.eval'; print $@;
 
 # Test the singlequoted eval optimizer