From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS51083 80.67.180.0/24 X-Spam-Status: No, score=-3.3 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_HI,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from mermet.sourcephile.fr (revolt129.abo.ilico.org [80.67.180.129]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id C762B1F8C4 for ; Tue, 15 Mar 2022 02:56:44 +0000 (UTC) Date: Tue, 15 Mar 2022 03:56:37 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourcephile.fr; s=20200101; t=1647312998; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Mxv+THnsDSwn/Tnnth7U3q4SfSJKheuarPbcLCYTLns=; b=N0sLm2cMV13kg5w27TibKqoHMJUccZdbB/u6WIl8QgWu+LbIDxJNhjKy2IRujGLnTC6B2J Y6lUjOhFcY7rd6ONvTVr7GAumOL+uoEx9qTkBcDNZzFQaXl/JUY9/U75vvxetn4xEE2xZ5 GScNjMmODDKneJC6rm6DaTtdmYsupyJNp/5BFpV7PWQJdu9sNNjMGtI7bQtSnbXV80JwOb 56WJ701VNCbGvz6+P68jt6nCNxRHZqmNv+F4iw+6lDjEMeb1BtD9zPFeNYxozDNCV+vsPF I6ungakELhrxVzkEGpgVmWER6PWVhHvobV0ZR3CHiT0HLAvMq0PBPagvG3PTwzuVV6qtgy mvzSV8UndZSGGhplYN+47mvXfbt7VIuHB5LuvWs4j/HfhpSLE0WMt7baKoQD1fjbTF/0tM mDjZJLHBgyzw8xP98Tz2LtMb7+8dVnDuOGiqUpcx4GR1RiqgprDjxp93RdPBm4BQVemkgd PYuqQ8pn2Xtt8RVA8eOR06XjfdhPcK0SOXHaoke+I8Y90p4zj/LKcf9FTm2vgpjagaxKJF xKVpPzUZV6tEGlvPPmYjgcDGqMxn9f7MUny68SqXkRS72VHzMUzrrqJNMhitpw2ZBISNAS Yg2eHuiE8HsiXaOi3IQsYOlH3Wg6SmmyY23A/3rvDz605/qRfgrmo= From: Julien Moutinho To: Eric Wong Cc: meta@public-inbox.org, Dominique Martinet Subject: Re: [PATCH] t/lei-sigpipe.t: ensure SIGPIPE is not ignored instead of not blocked Message-ID: <20220315025637.vbmpynon3gig7zxq@sourcephile.fr> References: <20220227111714.GA13350@dcvr> <20220311104233.2408081-1-julm+public-inbox@sourcephile.fr> <20220314221428.M538566@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <20220314221428.M538566@dcvr> List-Id: Le lun. 14 mars 2022 22h14 +0000, Eric Wong a =C3=A9crit=C2=A0: > I (and any other project maintainer) would appreciate more > complete explanations in the future as to why a patch is needed. > Thanks again. Oh sorry, being immersed into the testing I tought that it was obvious. I should have clarified that the unblocking fix was not working. Thanks for the merge!