summaryrefslogtreecommitdiff
path: root/ext/Encode
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-09-07 11:27:55 +0200
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-09-07 11:38:11 +0200
commitec2b54b7e8d0c25a7b872d5de1c40b38d12325dd (patch)
tree32bbdeaff78d658d020387de2b0a77d45914d5a9 /ext/Encode
parentaabcd81dbdc6c27bb20d607f58b297b57596edbb (diff)
downloadperl-ec2b54b7e8d0c25a7b872d5de1c40b38d12325dd.tar.gz
Make Encode tests work with $PERL_CORE in the environment
Diffstat (limited to 'ext/Encode')
-rw-r--r--ext/Encode/t/CJKT.t4
-rw-r--r--ext/Encode/t/guess.t4
-rw-r--r--ext/Encode/t/perlio.t4
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";