From: Nicholas Clark Date: Sun, 11 Oct 2009 13:05:13 +0000 (+0100) Subject: Remove core @INC setting boilerplate from lib's test. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7a382f6efaecaa2a4f1b8ce56e7e2af5841bb366;p=p5sagit%2Fp5-mst-13.2.git Remove core @INC setting boilerplate from lib's test. --- diff --git a/dist/lib/t/01lib.t b/dist/lib/t/01lib.t index d39a656..f58fce5 100644 --- a/dist/lib/t/01lib.t +++ b/dist/lib/t/01lib.t @@ -1,9 +1,6 @@ #!./perl -w BEGIN { - chdir 't'; - unshift @INC, '..'; - unshift @INC, '../lib'; @OrigINC = @INC; }