From: Nicholas Clark Date: Tue, 23 Jan 2007 22:54:00 +0000 (+0000) Subject: Add lib to @INC so that ./perl t/op/local.t works. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=28e491ba9090286e45cbf77736b31eecb771fe4e;p=p5sagit%2Fp5-mst-13.2.git Add lib to @INC so that ./perl t/op/local.t works. p4raw-id: //depot/perl@29938 --- diff --git a/t/op/local.t b/t/op/local.t index 1e5ba85..5aea967 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;