From: Jarkko Hietaniemi Date: Mon, 21 Dec 1998 14:18:57 +0000 (+0000) Subject: Change #2483 update. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f05dd7cc799c34136e63b1b138d8f02b39193303;p=p5sagit%2Fp5-mst-13.2.git Change #2483 update. p4raw-id: //depot/cfgperl@2497 --- diff --git a/t/op/tr.t b/t/op/tr.t index aa1f9b2..4e6667c 100755 --- a/t/op/tr.t +++ b/t/op/tr.t @@ -1,7 +1,9 @@ # tr.t -chdir 't' if -d 't'; -@INC = "../lib"; +BEGIN { + chdir 't' if -d 't'; + unshift @INC, "../lib"; +} print "1..4\n";