Paul Eggert wrote: > Thanks for the bug report. I installed the attached patch into Gnulib > master and propagated this into Coreutils, so it should be fixed in the > next Coreutils release.
The coreutils test 'tests/misc/ls-misc.pl' now fails for me: version-sort... ls-misc.pl: test version-sort: stdout mismatch, comparing version-sort.1 (expected) and version-sort.O (actual) *** version-sort.1 Sat Jun 4 05:28:12 2022 --- version-sort.O Sat Jun 4 05:28:12 2022 *************** *** 1,3 **** --- 1,5 ---- + .0 + .9 .A .Z .a *************** *** 5,12 **** .zz~ .zz .zz.~1~ - .0 - .9 .zz.0 0 9 --- 7,12 ---- I guess it needs an update of the expected test result. Bruno
