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: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 4786B1F852 for ; Sat, 24 Dec 2022 07:17:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1671866228; bh=NTALxuapFayZxFa+zDRs7MKwefsr3q2t8DCKlg6jjZU=; h=From:To:Subject:Date:From; b=J1aGM7Zky2wNWBMQxWEWb/2u4NTT2zfiudoBVGUe053K9zMOURyJLdSRUXC6UUfiN BRpfB+2FXo1bMqlMWiuHV2U1KZQ5ZQF3NHMTXvAFFzDk/kbXNRzZCabXpsVTL6lPAD YxWJubGomtcHHEHNrwKoGO579066D2q9PCqxp6Yw= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] spawning-related cleanups Date: Sat, 24 Dec 2022 07:17:06 +0000 Message-Id: <20221224071708.1222828-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Eric Wong (2): spawn_pp: cleanup, error check and more descriptive errors test_common: avoid needless fcntl in start_script lib/PublicInbox/SpawnPP.pm | 32 +++++++++++--------------------- lib/PublicInbox/TestCommon.pm | 13 +++---------- 2 files changed, 14 insertions(+), 31 deletions(-)