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 7E3B61F670 for ; Wed, 13 Oct 2021 10:16:11 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/7] workaround Encode leak, several test fixes Date: Wed, 13 Oct 2021 10:16:04 +0000 Message-Id: <20211013101611.22962-1-e@80x24.org> In-Reply-To: <20211012105940.GA19169@dcvr> References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Eric Wong (7): xt/perf-msgview: drop unnecessary use_ok test_common: hoist out tail_f sub t/www_listing: require opt-in for grokmirror tests eml: avoid Encode 2.87..3.12 leak t/lei-mirror: avoid reading ~/.public-inbox/config in test t/git: avoid "once" warning for async_warn t/nntpd-tls: change diag() to like() assertion lib/PublicInbox/Eml.pm | 25 +++++++++----- lib/PublicInbox/TestCommon.pm | 63 ++++++++++++++++++++--------------- t/git.t | 3 +- t/lei-mirror.t | 1 + t/nntpd-tls.t | 3 +- t/www_listing.t | 20 +++++++---- xt/perf-msgview.t | 1 - 7 files changed, 70 insertions(+), 46 deletions(-)