projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
df5b694
)
Change #2483 update.
Jarkko Hietaniemi [Mon, 21 Dec 1998 14:18:57 +0000 (14:18 +0000)]
p4raw-id: //depot/cfgperl@2497
t/op/tr.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/tr.t
b/t/op/tr.t
index
aa1f9b2
..
4e6667c
100755
(executable)
--- 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";