diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-01-23 22:54:00 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-01-23 22:54:00 +0000 |
commit | 28e491ba9090286e45cbf77736b31eecb771fe4e (patch) | |
tree | 846aed30e6de68cd38efa715e03302ce28f121fc /t | |
parent | 4cdff51da8c7d14b61b1d494149f19151bc5543f (diff) | |
download | perl-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-x | t/op/local.t | 1 |
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; |