diff options
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'; |