X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fpod%2Femptycmd.t;h=59e395ea04df6f64403622b7c6320732e4b820ef;hb=f23102e2d635682f5818275abd91b9deefde470e;hp=815eba2b21f80ad46a3560cbcf12abb9903d540b;hpb=dbd1b0a240e81742f12d4fa9574cf883a061b223;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/pod/emptycmd.t b/t/pod/emptycmd.t index 815eba2..59e395e 100755 --- a/t/pod/emptycmd.t +++ b/t/pod/emptycmd.t @@ -1,7 +1,7 @@ BEGIN { - chdir 't' if -d 't'; - unshift @INC, '../lib'; - unshift @INC, './pod'; + use File::Basename; + my $THISDIR = dirname $0; + unshift @INC, $THISDIR; require "testp2pt.pl"; import TestPodIncPlainText; }