make testsuite somewhat location independent
[p5sagit/p5-mst-13.2.git] / t / op / closure.t
index 95d44f5..2284be6 100755 (executable)
@@ -7,7 +7,7 @@
 
 BEGIN {
     chdir 't' if -d 't';
-    @INC = '../lib';
+    unshift @INC, '../lib';
 }
 
 use Config;