summaryrefslogtreecommitdiff
path: root/ext/PerlIO-encoding
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-09-13 20:01:13 +0200
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-09-13 20:01:13 +0200
commitd681dfadbe84f87244e6602d414cdb00dce19f95 (patch)
tree3c7ad203080d2905167e32f6ef1e065f9154daa6 /ext/PerlIO-encoding
parent10b84a45b4c4889d6f5b7707ba96a127c605fd9f (diff)
downloadperl-d681dfadbe84f87244e6602d414cdb00dce19f95.tar.gz
This test was incorrectly skipped because it couldn't locate Encode anymore
Diffstat (limited to 'ext/PerlIO-encoding')
-rw-r--r--ext/PerlIO-encoding/t/encoding.t5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/PerlIO-encoding/t/encoding.t b/ext/PerlIO-encoding/t/encoding.t
index f36680e46b..75c5e145d6 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;