diff options
author | Nicholas Clark <nick@ccl4.org> | 2001-08-23 00:25:58 +0100 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2001-08-22 21:35:30 +0000 |
commit | 58c59f017a313664d409933fe805106d14ebf283 (patch) | |
tree | 6342493826147bdaa24c2fa34f3cce89f2db773c /t/io/tell.t | |
parent | 6fad874359e6a45728084e7875ebb3ca50552d98 (diff) | |
download | perl-58c59f017a313664d409933fe805106d14ebf283.tar.gz |
io/tell.t doesn't chdir t
Message-Id: <20010822232557.Y82818@plum.flirble.org>
p4raw-id: //depot/perl@11730
Diffstat (limited to 't/io/tell.t')
-rwxr-xr-x | t/io/tell.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/t/io/tell.t b/t/io/tell.t index f2336dd631..416b869ea6 100755 --- 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'; |