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

index f2336dd..416b869 100755 (executable)
@@ -2,6 +2,11 @@
 
 # $RCSfile: tell.t,v $$Revision$$Date$
 
+BEGIN {
+    chdir 't' if -d 't';
+    @INC = '../lib';
+}
+
 print "1..23\n";
 
 $TST = 'tst';