This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Work in non core env.
[perl5.git] / ext / threads / t / thread.t
index d03975a..f0d8936 100644 (file)
@@ -1,7 +1,7 @@
 
 BEGIN {
     chdir 't' if -d 't';
-    @INC = qw(../lib .);
+    push @INC, '../lib';
     require Config; import Config;
     unless ($Config{'useithreads'}) {
         print "1..0 # Skip: no useithreads\n";