tests: run locale tests on more systems
commitebb985dc410584c21cfd5a3fbcd2622346cecfa6
authorPádraig Brady <P@draigBrady.com>
Wed, 27 Dec 2023 22:47:48 +0000 (27 22:47 +0000)
committerPádraig Brady <P@draigBrady.com>
Fri, 29 Dec 2023 18:04:29 +0000 (29 18:04 +0000)
treeb16b1f94797165eba5cd75759dec0e8d3d568a38
parent4dda34366385354a20f2a62e6cca9d9f0f0c2b42
tests: run locale tests on more systems

* tests/misc/numfmt.pl: Determine the thousands grouping character
in use, rather than skipping locale tests when it's not a space.
For example fr_FR.UTF-8 uses "NARROW NO-BREAK SPACE" as the grouping
char on modern glibc systems at least.
* tests/sort/sort-h-thousands-sep.sh: Likewise.
tests/misc/numfmt.pl
tests/sort/sort-h-thousands-sep.sh