On netbsd, not all locales have an LC_TIME, and so they are all failing
the tests for that. This is true even though they have LC_ALL. I don't
know if that is legal or not, but Perl can't do anything about it, so
this skips the LC_TIME tests for locales that don't have it.
$ok18 = $j eq sprintf("%g:%g", $h, $i);
}
- { # These tests aren't affected by :not_characters
-
+ $ok19 = $ok20 = 1;
+ if (setlocale(&POSIX::LC_TIME, $Locale)) { # These tests aren't affected by
+ # :not_characters
my @times = CORE::localtime();
use locale;