]> git.ipfire.org Git - thirdparty/coreutils.git/commit
join: avoid test failure on systems with no French UTF-8 locale
authorBruno Haible <bruno@clisp.org>
Mon, 26 Feb 2024 21:33:18 +0000 (22:33 +0100)
committerPádraig Brady <P@draigBrady.com>
Tue, 27 Feb 2024 14:26:35 +0000 (14:26 +0000)
commitf2e70e2d197dc3fd8a54276dd31362e7f1ab4d21
tree985b570cd3249cfb6c92420d4b66eef629e6b5d4
parentdf5fa309c2c8188da64b123488351d11002587bd
join: avoid test failure on systems with no French UTF-8 locale

* tests/misc/join-utf8.sh: Test the value of LOCALE_FR_UTF8 against
'none', not against a missing value.
Fixes https://bugs.gnu.org/69418
tests/misc/join-utf8.sh