From: Jarkko Hietaniemi Date: Mon, 14 Dec 1998 17:58:35 +0000 (+0000) Subject: lib was missing from @INC. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a5095b955fc4e37abc6b5f9e449c881110ad4250;p=p5sagit%2Fp5-mst-13.2.git lib was missing from @INC. p4raw-id: //depot/cfgperl@2483 --- diff --git a/t/op/tr.t b/t/op/tr.t index 486b451..aa1f9b2 100755 --- a/t/op/tr.t +++ b/t/op/tr.t @@ -1,5 +1,8 @@ # tr.t +chdir 't' if -d 't'; +@INC = "../lib"; + print "1..4\n"; $_ = "abcdefghijklmnopqrstuvwxyz";