This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/op/pack.t: Fix some skipped tests on EBCDIC
authorKarl Williamson <khw@cpan.org>
Tue, 6 Oct 2015 16:23:34 +0000 (10:23 -0600)
committerKarl Williamson <khw@cpan.org>
Thu, 8 Oct 2015 18:51:10 +0000 (12:51 -0600)
commit26773d9db95bf8e46e7e9b368e9f200d3e33f72e
treeadeb501751fd8e792e8120b176fef9a451aa51dd
parentca1146733aee7a7e26f418470b6b322615265631
t/op/pack.t: Fix some skipped tests on EBCDIC

These tests were skipped on EBCDIC platforms because they failed there.
It turned out that the tests were ASCII-centric, and just had to be
modified slightly to pass.
t/op/pack.t