X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fop%2Fundef.t;h=f6e36a5bed43c8163e60ab349ef61d508fe7fec8;hb=a4c04bdcc508b6a45f83e703d0f82401445aa55b;hp=8944ee3976d8f87d142c64a11d4e98f576601309;hpb=e03bd546207c9a7ddda2823317fd9fd1b4b57d25;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/op/undef.t b/t/op/undef.t index 8944ee3..f6e36a5 100755 --- a/t/op/undef.t +++ b/t/op/undef.t @@ -2,7 +2,7 @@ BEGIN { chdir 't' if -d 't'; - unshift @INC, '../lib'; + @INC = '../lib'; } print "1..27\n";