summaryrefslogtreecommitdiff
path: root/t/uni
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2014-11-13 20:52:23 -0700
committerKarl Williamson <khw@cpan.org>2015-03-14 22:59:44 -0600
commit3655fed7bda87c3b62a6007efd73a8ce53214c18 (patch)
treeb5e24ae0588995197a3e6dc4c95ba5cbfda1ecbe /t/uni
parent7e56ff28b151b8afcdd85f6556e7fb4ed91401e2 (diff)
downloadperl-3655fed7bda87c3b62a6007efd73a8ce53214c18.tar.gz
t/uni/chomp.t: Better explain why skipped on EBCDIC
Diffstat (limited to 't/uni')
-rw-r--r--t/uni/chomp.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/uni/chomp.t b/t/uni/chomp.t
index c78c3e1bde..ea86a25a62 100644
--- a/t/uni/chomp.t
+++ b/t/uni/chomp.t
@@ -4,7 +4,7 @@ BEGIN {
chdir 't' if -d 't';
require './test.pl';
skip_all_without_dynamic_extension('Encode');
- skip_all("EBCDIC") if $::IS_EBCDIC;
+ skip_all("encoding doesn't work with EBCDIC") if $::IS_EBCDIC;
skip_all_without_perlio();
}