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 875B01F4B5 for ; Thu, 14 Nov 2019 06:41:14 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/4] some minor test updates Date: Thu, 14 Nov 2019 06:41:10 +0000 Message-Id: <20191114064114.9763-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: A few minor, low impact improvements to avoid loading and running redundant code while I'm ironing out some major test improvements. Eric Wong (4): t/common: inline stream_to_string into t/feed.t t/common: move unix_server to t/httpd-corner.t t/psgi_mount: require SearchIdx before using doc: check-man: save the result of successful runs .gitignore | 1 + Documentation/include.mk | 13 +++++++------ t/common.perl | 21 --------------------- t/feed.t | 9 ++++++++- t/httpd-corner.t | 10 ++++++++++ t/psgi_mount.t | 3 ++- 6 files changed, 28 insertions(+), 29 deletions(-)