This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
XS-APItest/t/utf8.t: Fix failing EBCDIC test
authorKarl Williamson <khw@cpan.org>
Wed, 5 Oct 2016 20:56:59 +0000 (14:56 -0600)
committerKarl Williamson <khw@cpan.org>
Wed, 5 Oct 2016 22:22:10 +0000 (16:22 -0600)
commitdd0f8ff2d050f302c0dd99da2626c4cef41ec422
tree9b661ee1b01e553942d7af5ed70b8f65b1f9d00d
parentb343c774df716a0537fdf87fbe79ef3302950ba2
XS-APItest/t/utf8.t: Fix failing EBCDIC test

Recent commit 418080dc73a4b9e525a76d6d3b5034ff616716b4 fixing a test in
this file that was failing only on EBCDIC platforms had an error.  It
applied a correction to a test that didn't require it, causing it to
fail.  This commit changes that to use a different method to detect
which tests to apply the correction to, and knowing that some things can
be determined earlier as a result.
ext/XS-APItest/t/utf8.t