]> Sergey Matveev's repositories - public-inbox.git/commitdiff
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)
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>

No differences found