make testsuite somewhat location independent
[p5sagit/p5-mst-13.2.git] / t / io / pipe.t
index 13db20b..9f12ed8 100755 (executable)
@@ -4,7 +4,7 @@
 
 BEGIN {
     chdir 't' if -d 't';
-    @INC = '../lib';
+    unshift @INC, '../lib';
     require Config; import Config;
     unless ($Config{'d_fork'}) {
        print "1..0\n";