summaryrefslogtreecommitdiff
path: root/ext/threads
diff options
context:
space:
mode:
Diffstat (limited to 'ext/threads')
-rw-r--r--ext/threads/t/thread.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/threads/t/thread.t b/ext/threads/t/thread.t
index f0d893625c..c58ce00a99 100644
--- a/ext/threads/t/thread.t
+++ b/ext/threads/t/thread.t
@@ -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";