]> Sergey Matveev's repositories - public-inbox.git/commit
t/lei-sigpipe.t: ensure SIGPIPE is not ignored instead of not blocked
authorJulien Moutinho <julm+public-inbox@sourcephile.fr>
Fri, 11 Mar 2022 10:42:34 +0000 (11:42 +0100)
committerEric Wong <e@80x24.org>
Mon, 14 Mar 2022 22:05:42 +0000 (22:05 +0000)
commitf1e4e14793d155ea7d6ed7a6858b668e97c7e5d8
tree97498e179ba2efe33c159aa1465aa8658cd26e15
parent3eec2f7792040f75f3988c520f308e2445baf645
t/lei-sigpipe.t: ensure SIGPIPE is not ignored instead of not blocked

Ignoring a signal is different than blocking a signal, and the
"IgnoreSIGPIPE" option of systemd ignores.

[ew: note systemd behavior]

Acked-by: Eric Wong <e@80x24.org>
t/lei-sigpipe.t