* tests/misc/numfmt.pl: Some systems with the fr_FR.UTF-8
locale installed, do not have a thousands grouping character defined.
In this case we skip the locale tests which depend on a non empty
grouping character.
or die "Can't fork command: $!";
$lg = <LOC_GRP>;
close(LOC_GRP) || die "Failed to read locale grouping from printf";
+ if (! defined $lg || $lg eq '')
+ {
+ warn "skipping locale grouping tests as no grouping character\n";
+ $locale = 'C';
+ }
}
my @Locale_Tests =