projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6fad874
)
io/tell.t doesn't chdir t
Nicholas Clark [Wed, 22 Aug 2001 23:25:58 +0000 (
00:25
+0100)]
Message-Id: <
20010822232557
.Y82818@plum.flirble.org>
p4raw-id: //depot/perl@11730
t/io/tell.t
patch
|
blob
|
blame
|
history
diff --git
a/t/io/tell.t
b/t/io/tell.t
index
f2336dd
..
416b869
100755
(executable)
--- a/
t/io/tell.t
+++ b/
t/io/tell.t
@@
-2,6
+2,11
@@
# $RCSfile: tell.t,v $$Revision$$Date$
+BEGIN {
+ chdir 't' if -d 't';
+ @INC = '../lib';
+}
+
print "1..23\n";
$TST = 'tst';