This test was incorrectly skipped because it couldn't locate Encode anymore
Rafael Garcia-Suarez [Sun, 13 Sep 2009 18:01:13 +0000 (20:01 +0200)]
ext/PerlIO-encoding/t/encoding.t

index f36680e..75c5e14 100644 (file)
@@ -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;