mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-03-21 20:34:25 +02:00
* src/sort.c (key_warn): `sort -k2,1n --debug` would output warnings about being both "zero width" and "spanning multiple fields". Suppress the latter one. * tests/misc/sort-debug-warn: Add a couple of test cases.