summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--t/loc_tools.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/loc_tools.pl b/t/loc_tools.pl
index 49bcc70596..db0bface64 100644
--- a/t/loc_tools.pl
+++ b/t/loc_tools.pl
@@ -307,7 +307,7 @@ sub find_locales ($;$) {
my @Locale;
_trylocale("C", $categories, \@Locale, $allow_incompatible);
_trylocale("POSIX", $categories, \@Locale, $allow_incompatible);
- foreach (0..15) {
+ foreach (1..16) {
_trylocale("ISO8859-$_", $categories, \@Locale, $allow_incompatible);
_trylocale("iso8859$_", $categories, \@Locale, $allow_incompatible);
_trylocale("iso8859-$_", $categories, \@Locale, $allow_incompatible);