]> Sergey Matveev's repositories - public-inbox.git/commit
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)
commit798bd392d273735a69f0b009e70d8bb2dbc4a7e4
treea3a4107bdf28406249e040f9ed2c9b06eccfd388
parent47ab29704c99b8eab15aec885ce704b25f960023
t/lei-sigpipe: ensure SIGPIPE is unblocked for this test

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/
t/lei-sigpipe.t