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(-) -- unsubscribe: one-click, see List-Unsubscribe header archive: https://public-inbox.org/meta/
