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-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 980741F5AE for ; Sat, 20 Jun 2020 00:13:02 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] test fixes for older systems Date: Sat, 20 Jun 2020 00:13:00 +0000 Message-Id: <20200620001302.1150-1-e@yhbt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: I've been relying git2u (IUS, git 2.16) package for CentOS 7.x, so I failed to notice the git 1.8.3 package was not skipping several v2-only tests. So properly account for older versions of git and skip those tests. We'll also match IO::Socket::SSL support to what libnet (Net::NNTP) supports, since it doesn't seem worth the effort to support < 2.007 and skip tests if IO::Socket::SSL is too old Eric Wong (2): testcommon: require IO::Socket::SSL >= 2.007 tests: require git 2.6+ in more places lib/PublicInbox/TestCommon.pm | 10 +++++++++- t/git.t | 3 ++- t/imap.t | 2 +- t/imapd.t | 2 +- t/inbox_idle.t | 2 +- t/nntpd-tls.t | 2 -- t/nntpd.t | 5 ----- t/psgi_bad_mids.t | 1 + t/psgi_multipart_not.t | 1 + t/psgi_scan_all.t | 1 + 10 files changed, 17 insertions(+), 12 deletions(-)