Add lib to @INC so that ./perl t/op/local.t works.
authorNicholas Clark <nick@ccl4.org>
Tue, 23 Jan 2007 22:54:00 +0000 (22:54 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 23 Jan 2007 22:54:00 +0000 (22:54 +0000)
p4raw-id: //depot/perl@29938

t/op/local.t

index 1e5ba85..5aea967 100755 (executable)
@@ -2,6 +2,7 @@
 
 BEGIN {
     chdir 't' if -d 't';
+    @INC = qw(. ../lib);
     require './test.pl';
 }
 plan tests => 114;