1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-22 15:15:36 +02:00
Files
coreutils/tests/split
Pádraig Brady 5908e29e82 split: return success even if a --filter exits
src/split.c (main): Don't unblock SIGPIPE before cleanup,
as then any pending signals will be sent and cause
the main split process to exit with a non zero status (141).
* test/split/filter: Add a test for this case.
2011-05-26 00:10:32 +01:00
..