This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Ensure same count of tests on different OSes.
authorJames E Keenan <jkeenan@cpan.org>
Sat, 10 Nov 2018 02:21:30 +0000 (21:21 -0500)
committerJames E Keenan <jkeenan@cpan.org>
Sat, 10 Nov 2018 14:12:20 +0000 (09:12 -0500)
commit46814e9b310dbc8413ddba25028023aa4b8e6236
tree9afa7e03983efab2d0d339a031ebfd9d5a559bac
parent402defd695e9a9bf33a68c8738cc08e5533fded4
Ensure same count of tests on different OSes.

On OpenBSD (in at least one instance), $different was false, thereby causing 30 tests not to be run but without reflecting that skipping in the test count displayed at the end of output.

Let's put this in a SKIP block similar to those used elsewhere in the file.
t/run/locale.t