From: Rafael Garcia-Suarez Date: Sun, 13 Sep 2009 18:01:13 +0000 (+0200) Subject: This test was incorrectly skipped because it couldn't locate Encode anymore X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d681dfadbe84f87244e6602d414cdb00dce19f95;p=p5sagit%2Fp5-mst-13.2.git This test was incorrectly skipped because it couldn't locate Encode anymore --- diff --git a/ext/PerlIO-encoding/t/encoding.t b/ext/PerlIO-encoding/t/encoding.t index f36680e..75c5e14 100644 --- a/ext/PerlIO-encoding/t/encoding.t +++ b/ext/PerlIO-encoding/t/encoding.t @@ -1,11 +1,6 @@ #!./perl -w BEGIN { - chdir 't' if -d 't'; - @INC = '../lib'; - no warnings; # Need global -w flag for later tests, but don't want this - # to warn here: - push @INC, "::lib:$MacPerl::Architecture:" if $^O eq 'MacOS'; unless (find PerlIO::Layer 'perlio') { print "1..0 # Skip: not perlio\n"; exit 0;