diff options
Diffstat (limited to 'ext/Encode')
-rw-r--r-- | ext/Encode/t/CJKT.t | 4 | ||||
-rw-r--r-- | ext/Encode/t/guess.t | 4 | ||||
-rw-r--r-- | ext/Encode/t/perlio.t | 4 |
3 files changed, 0 insertions, 12 deletions
diff --git a/ext/Encode/t/CJKT.t b/ext/Encode/t/CJKT.t index d58e3e32b5..1648b1e5fd 100644 --- a/ext/Encode/t/CJKT.t +++ b/ext/Encode/t/CJKT.t @@ -1,8 +1,4 @@ BEGIN { - if ($ENV{'PERL_CORE'}){ - chdir 't'; - unshift @INC, '../lib'; - } require Config; import Config; if ($Config{'extensions'} !~ /\bEncode\b/) { print "1..0 # Skip: Encode was not built\n"; diff --git a/ext/Encode/t/guess.t b/ext/Encode/t/guess.t index 707ca85cb8..37ddd5a0b1 100644 --- a/ext/Encode/t/guess.t +++ b/ext/Encode/t/guess.t @@ -1,8 +1,4 @@ BEGIN { - if ($ENV{'PERL_CORE'}){ - chdir 't'; - unshift @INC, '../lib'; - } require Config; import Config; if ($Config{'extensions'} !~ /\bEncode\b/) { print "1..0 # Skip: Encode was not built\n"; diff --git a/ext/Encode/t/perlio.t b/ext/Encode/t/perlio.t index 8138a89f08..e50dfa4d73 100644 --- a/ext/Encode/t/perlio.t +++ b/ext/Encode/t/perlio.t @@ -1,8 +1,4 @@ BEGIN { - if ($ENV{'PERL_CORE'}){ - chdir 't'; - unshift @INC, '../lib'; - } require Config; import Config; if ($Config{'extensions'} !~ /\bEncode\b/) { print "1..0 # Skip: Encode was not built\n"; |