Re: [PATCH] chom?p needs to remove read only fakery
[p5sagit/p5-mst-13.2.git] / t / op / subst_wamp.t
index b716b30..ced5ee9 100755 (executable)
@@ -3,7 +3,7 @@
 $dummy = defined $&;           # Now we have it...
 for $file ('op/subst.t', 't/op/subst.t') {
   if (-r $file) {
-    do $file;
+    do "./$file";
     exit;
   }
 }