projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ce231f4
)
lib was missing from @INC.
Jarkko Hietaniemi [Mon, 14 Dec 1998 17:58:35 +0000 (17:58 +0000)]
p4raw-id: //depot/cfgperl@2483
t/op/tr.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/tr.t
b/t/op/tr.t
index
486b451
..
aa1f9b2
100755
(executable)
--- 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";