make testsuite somewhat location independent
[p5sagit/p5-mst-13.2.git] / t / lib / io_pipe.t
index e617c92..0c1a498 100755 (executable)
@@ -3,7 +3,7 @@
 BEGIN {
     unless(grep /blib/, @INC) {
        chdir 't' if -d 't';
-       @INC = '../lib' if -d '../lib';
+       unshift @INC, '../lib' if -d '../lib';
     }
 }