summaryrefslogtreecommitdiff
path: root/t/op/threads.t
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-06-25 08:36:33 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-06-25 08:36:33 +0000
commit996dc718da1f4671fb1ddb6550d03837abe87d27 (patch)
tree25d629dbab729c00e2336f7337c51e96172e79ba /t/op/threads.t
parent39f7733f7d919f26b78bb3c93d85c8b5806102bc (diff)
downloadperl-996dc718da1f4671fb1ddb6550d03837abe87d27.tar.gz
More @INC test fixes
p4raw-id: //depot/perl@22994
Diffstat (limited to 't/op/threads.t')
-rw-r--r--t/op/threads.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/threads.t b/t/op/threads.t
index 8709ece7f6..b8fb9a6abd 100644
--- a/t/op/threads.t
+++ b/t/op/threads.t
@@ -1,7 +1,7 @@
#!./perl
BEGIN {
chdir 't' if -d 't';
- unshift @INC, '../lib';
+ @INC = '../lib';
require './test.pl'; # for which_perl() etc
}