diff options
author | Karl Williamson <khw@cpan.org> | 2015-03-02 16:06:47 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-03-18 10:13:44 -0600 |
commit | 7a7edf4ae1c5c27ecd24085b6f68f5623503266e (patch) | |
tree | 47df47e1479831e4c03903b65deb6605fcd2477d | |
parent | fc962064cacbf4393def110b51a7bac805d9c3be (diff) | |
download | perl-7a7edf4ae1c5c27ecd24085b6f68f5623503266e.tar.gz |
lib/open.t: TODO an EBCDIC test until Encode fixed
-rw-r--r-- | lib/open.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/open.t b/lib/open.t index a60b72ec49..5150c7f8a2 100644 --- a/lib/open.t +++ b/lib/open.t @@ -194,6 +194,8 @@ SKIP: { { local $ENV{PERL_UNICODE}; delete $ENV{PERL_UNICODE}; + local $TODO; + $TODO = "Encode not working on EBCDIC" if $::IS_EBCDIC; is runperl( progs => [ 'use open q\:encoding(UTF-8)\, q-:std-;', |