From a5095b955fc4e37abc6b5f9e449c881110ad4250 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Mon, 14 Dec 1998 17:58:35 +0000 Subject: lib was missing from @INC. p4raw-id: //depot/cfgperl@2483 --- t/op/tr.t | 3 +++ 1 file changed, 3 insertions(+) (limited to 't/op/tr.t') diff --git a/t/op/tr.t b/t/op/tr.t index 486b4515d5..aa1f9b2ef2 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"; -- cgit v1.2.1