mirror of
git://git.sv.gnu.org/coreutils
synced 2026-06-20 23:54:19 -04:00
5008d5d112
* tests/sort/sort-locale.sh: In a UTF-8 locale '-' carries a minimal (shifted) weight, so 'file1' sorts before 'file-2' even though '-' precedes '1' in the C/byte order. This is the opposite of the C locale result, so it also exercises the differs-from-C path. Identified here: https://github.com/uutils/coreutils/pull/12677 Closes https://github.com/coreutils/coreutils/pull/283