make testsuite somewhat location independent
[p5sagit/p5-mst-13.2.git] / t / op / quotemeta.t
index 98265a8..60e5b7b 100755 (executable)
@@ -2,7 +2,7 @@
 
 BEGIN {
     chdir 't' if -d 't';
-    @INC = '../lib' if -d '../lib';
+    unshift @INC, '../lib' if -d '../lib';
     require Config; import Config;
 }