Last patch broke this slightly because INC was wrong.
Artur Bergman [Sat, 7 Jun 2003 13:27:01 +0000 (13:27 +0000)]
p4raw-id: //depot/perl@19707

ext/threads/t/thread.t

index f0d8936..c58ce00 100644 (file)
@@ -1,7 +1,7 @@
 
 BEGIN {
     chdir 't' if -d 't';
-    push @INC, '../lib';
+    push @INC, '../lib','.';
     require Config; import Config;
     unless ($Config{'useithreads'}) {
         print "1..0 # Skip: no useithreads\n";