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.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 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 5CEEA1F8C8 for ; Tue, 21 Sep 2021 09:29:45 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] lei: a few more annoyances fixed Date: Tue, 21 Sep 2021 09:29:42 +0000 Message-Id: <20210921092945.23916-1-e@80x24.org> In-Reply-To: <20210921074159.20052-1-e@80x24.org> References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: The more I use it, the more I find wrong... Eric Wong (3): t/lei-up: use '-q' to silence non-redirected test script/lei: handle SIGTSTP and SIGCONT lei: umask(077) before opening errors.log lib/PublicInbox/LEI.pm | 20 +++++++++++++------- script/lei | 9 ++++----- t/lei-up.t | 2 +- 3 files changed, 18 insertions(+), 13 deletions(-)