From b09cd55147659a444e0092b3ee3b9334354cd4c8 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Mon, 9 Jun 2014 12:30:23 -0600 Subject: t/uni/write.t: Don't skip EBCDIC tests This now passes on os390 --- t/uni/write.t | 1 - 1 file changed, 1 deletion(-) (limited to 't/uni') 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(); } -- cgit v1.2.1