summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1998-12-14 17:58:35 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1998-12-14 17:58:35 +0000
commita5095b955fc4e37abc6b5f9e449c881110ad4250 (patch)
treeb75fd61cec572238f5914b386475b25197bb5438 /t
parentce231f4e16daef78a202946f2a24078a75eed02f (diff)
downloadperl-a5095b955fc4e37abc6b5f9e449c881110ad4250.tar.gz
lib was missing from @INC.
p4raw-id: //depot/cfgperl@2483
Diffstat (limited to 't')
-rwxr-xr-xt/op/tr.t3
1 files changed, 3 insertions, 0 deletions
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";