From: Jarkko Hietaniemi Date: Sat, 28 Nov 1998 16:58:01 +0000 (+0000) Subject: Change #2346 fallout. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e03bd546207c9a7ddda2823317fd9fd1b4b57d25;hp=0644c9cb8d778d4949eeacdcc328b9a0e9b008d0;p=p5sagit%2Fp5-mst-13.2.git Change #2346 fallout. p4raw-id: //depot/cfgperl@2356 --- diff --git a/t/op/undef.t b/t/op/undef.t index 3bfe1a3..8944ee3 100755 --- a/t/op/undef.t +++ b/t/op/undef.t @@ -1,5 +1,10 @@ #!./perl +BEGIN { + chdir 't' if -d 't'; + unshift @INC, '../lib'; +} + print "1..27\n"; print defined($a) ? "not ok 1\n" : "ok 1\n";