make testsuite somewhat location independent
[p5sagit/p5-mst-13.2.git] / t / comp / use.t
index a6ce2a4..1099547 100755 (executable)
@@ -2,7 +2,7 @@
 
 BEGIN {
     chdir 't' if -d 't';
-    @INC = '../lib';
+    unshift @INC, '../lib';
 }
 
 print "1..14\n";