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 D39ED1F8C6 for ; Mon, 13 Sep 2021 20:53:55 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/6] a batch of misc fixes Date: Mon, 13 Sep 2021 20:53:49 +0000 Message-Id: <20210913205355.13002-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Eric Wong (6): tests: add require_cmd, require curl when needed lei: stop_pager: restore stdout when done use POSIX::PIPE_BUF (instead of _POSIX_PIPE_BUF) lei up: localize %ENV in redispatch lei_xsearch: sensible errors for missing/broken externals lei up: fix --mua with single output lib/PublicInbox/Git.pm | 4 +--- lib/PublicInbox/LEI.pm | 12 +++++------- lib/PublicInbox/LeiUp.pm | 26 ++++++++++++++++---------- lib/PublicInbox/LeiXSearch.pm | 5 ++++- lib/PublicInbox/TestCommon.pm | 20 +++++++++++++------- t/ds-leak.t | 9 +++------ t/hl_mod.t | 9 ++------- t/httpd-corner.t | 11 ++++------- t/imapd.t | 1 - t/lei-daemon.t | 1 - t/lei-externals.t | 8 ++++---- t/lei-import-http.t | 3 +-- t/lei-mirror.t | 1 + t/lei-q-remote-import.t | 1 + t/lei-up.t | 4 ++++ t/lei.t | 4 +--- t/nntpd.t | 7 ++----- t/nodatacow.t | 10 ++++------ t/run.perl | 4 ++-- t/solver_git.t | 4 ++-- t/v2mirror.t | 6 ++---- t/v2reindex.t | 8 ++------ t/www_altid.t | 8 +++----- t/www_listing.t | 8 ++------ 24 files changed, 79 insertions(+), 95 deletions(-)