mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-06-28 12:59:43 +02:00
6eec064597
* src/split.c (bytes_split): Stop reading when we can no longer write to a child process. (lines_rr): Likewise. (lines_bytes_split): No change is made here since input is bounded by the original file size. * test/split/filter: Add test cases.