summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-01-23 22:54:00 +0000
committerNicholas Clark <nick@ccl4.org>2007-01-23 22:54:00 +0000
commit28e491ba9090286e45cbf77736b31eecb771fe4e (patch)
tree846aed30e6de68cd38efa715e03302ce28f121fc /t
parent4cdff51da8c7d14b61b1d494149f19151bc5543f (diff)
downloadperl-28e491ba9090286e45cbf77736b31eecb771fe4e.tar.gz
Add lib to @INC so that ./perl t/op/local.t works.
p4raw-id: //depot/perl@29938
Diffstat (limited to 't')
-rwxr-xr-xt/op/local.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/op/local.t b/t/op/local.t
index 1e5ba854b0..5aea967280 100755
--- a/t/op/local.t
+++ b/t/op/local.t
@@ -2,6 +2,7 @@
BEGIN {
chdir 't' if -d 't';
+ @INC = qw(. ../lib);
require './test.pl';
}
plan tests => 114;