This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
APItest:locale.t Fix ALT_DIGITS test
authorKarl Williamson <khw@cpan.org>
Thu, 22 Feb 2018 21:21:23 +0000 (14:21 -0700)
committerKarl Williamson <khw@cpan.org>
Thu, 22 Feb 2018 21:28:56 +0000 (14:28 -0700)
commita565fc6878252f7bedac409aee27aeb3fb9d7920
tree76a2602a8ca35d2df75b4a9300ec0f67a0315987
parent3a613a437447b012ad651e24900ff05ad1d97b8f
APItest:locale.t Fix ALT_DIGITS test

The value returned for ALT_DIGITS may vary by locale and platform.
Change the  test to only look for a result, as opposed to a particular
result.

This should fix https://rt.perl.org/Ticket/Display.html?id=132879
but I'll leave the ticket open until that is verified.
ext/XS-APItest/t/locale.t