make testsuite somewhat location independent
[p5sagit/p5-mst-13.2.git] / t / op / nothread.t
index a0d444d..cee8e2d 100755 (executable)
@@ -6,7 +6,7 @@
 BEGIN
  {
   chdir 't' if -d 't';
-  @INC = "../lib";
+  unshift @INC, "../lib";
   require Config;
   import Config;
   if ($Config{'usethreads'})