]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: sort: check sort -m preserves long lines
authorSylvestre Ledru <sylvestre@debian.org>
Mon, 25 May 2026 17:35:42 +0000 (19:35 +0200)
committerPádraig Brady <P@draigBrady.com>
Fri, 29 May 2026 18:25:40 +0000 (19:25 +0100)
commit6f8600f5d139d1da83c0d176b4536ca2b66283a1
tree31c24880031256090ce88a5fedbe1df76fbc52d2
parentcec863ff08f7b1c97a075efa25b8beb386a1da48
tests: sort: check sort -m preserves long lines

* tests/sort/sort-merge.pl: Add 'long-lines' case ensuring that
merging input whose lines exceed the read buffer does not split
lines on buffer boundaries.
https://github.com/coreutils/coreutils/pull/270
tests/sort/sort-merge.pl