From 58c59f017a313664d409933fe805106d14ebf283 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Thu, 23 Aug 2001 00:25:58 +0100 Subject: [PATCH] io/tell.t doesn't chdir t Message-Id: <20010822232557.Y82818@plum.flirble.org> p4raw-id: //depot/perl@11730 --- t/io/tell.t | 5 +++++ 1 file changed, 5 insertions(+) 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'; -- 1.8.3.1