From: Eric Wong Date: Sun, 27 Feb 2022 11:17:14 +0000 (+0000) Subject: t/lei-sigpipe: ensure SIGPIPE is unblocked for this test X-Git-Tag: v1.8.0~24 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=798bd392d273735a69f0b009e70d8bb2dbc4a7e4;hp=798bd392d273735a69f0b009e70d8bb2dbc4a7e4;p=public-inbox.git 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 Reported-by: Dominique Martinet Link: https://public-inbox.org/meta/20220227080422.gyqowrxomzu6gyin@sourcephile.fr/ ---