From: Nicholas Clark Date: Wed, 22 Aug 2001 23:25:58 +0000 (+0100) Subject: io/tell.t doesn't chdir t X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=58c59f017a313664d409933fe805106d14ebf283;p=p5sagit%2Fp5-mst-13.2.git io/tell.t doesn't chdir t Message-Id: <20010822232557.Y82818@plum.flirble.org> p4raw-id: //depot/perl@11730 --- diff --git a/t/io/tell.t b/t/io/tell.t index f2336dd..416b869 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';