make testsuite somewhat location independent
[p5sagit/p5-mst-13.2.git] / t / comp / proto.t
index 6a59107..084e0ab 100755 (executable)
@@ -11,7 +11,7 @@
 
 BEGIN {
     chdir 't' if -d 't';
-    @INC = '../lib';
+    unshift @INC, '../lib';
 }
 
 use strict;