summaryrefslogtreecommitdiff
path: root/t/uni
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2014-06-09 12:30:23 -0600
committerKarl Williamson <khw@cpan.org>2015-03-05 14:09:32 -0700
commitb09cd55147659a444e0092b3ee3b9334354cd4c8 (patch)
treedbfb31d57362a2f6e5f461f38b437c12d3b60f87 /t/uni
parent72b4e0d1e68a5aef4b68a43b3c3fd62364c09a75 (diff)
downloadperl-b09cd55147659a444e0092b3ee3b9334354cd4c8.tar.gz
t/uni/write.t: Don't skip EBCDIC tests
This now passes on os390
Diffstat (limited to 't/uni')
-rw-r--r--t/uni/write.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/uni/write.t b/t/uni/write.t
index d011861eea..c099957eb0 100644
--- a/t/uni/write.t
+++ b/t/uni/write.t
@@ -4,7 +4,6 @@ use strict;
BEGIN {
chdir 't' if -d 't';
require './test.pl';
- skip_all("EBCDIC porting needed") if $::IS_EBCDIC;
skip_all_without_perlio();
}