]> Sergey Matveev's repositories - public-inbox.git/commitdiff
t/lei-sigpipe: ensure SIGPIPE is unblocked for this test
authorEric Wong <e@80x24.org>
Sun, 27 Feb 2022 11:17:14 +0000 (11:17 +0000)
committerEric Wong <e@80x24.org>
Tue, 1 Mar 2022 03:48:12 +0000 (03:48 +0000)
Tests run under systemd (and similar) have SIGPIPE blocked by
default.  This was causing this SIGPIPE test to get stuck when
run by automated builders used by Nix.  Thanks to Julien
Moutinho and Dominique Martinet for tracking down this failure.

Reported-by: Julien Moutinho <julm+public-inbox@sourcephile.fr>
Reported-by: Dominique Martinet <asmadeus@codewreck.org>
Link: https://public-inbox.org/meta/20220227080422.gyqowrxomzu6gyin@sourcephile.fr/

No differences found