mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-09 21:53:55 +02:00
tests: fix sort-debug-keys when fr_FR.utf8 not available
* tests/misc/sort-debug-keys: Correctly check for the absence of the French UTF8 locale.
This commit is contained in:
@@ -300,7 +300,8 @@ _____
|
||||
___________________
|
||||
EOF
|
||||
|
||||
if test "$LOCALE_FR_UTF8"; then
|
||||
: ${LOCALE_FR_UTF8=none}
|
||||
if test "$LOCALE_FR_UTF8" != "none"; then
|
||||
(
|
||||
echo " 1²---++3 1,234 Mi" |
|
||||
LC_ALL=C sort --debug -k2g -k1b,1
|
||||
|
||||
Reference in New Issue
Block a user