tests are expected to fail if dirfd () does not exist
[p5sagit/p5-mst-13.2.git] / t / op / threads.t
index 8709ece..b8fb9a6 100644 (file)
@@ -1,7 +1,7 @@
 #!./perl
 BEGIN {
      chdir 't' if -d 't';
-     unshift @INC, '../lib';
+     @INC = '../lib';
      require './test.pl';      # for which_perl() etc
 }