unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
* [PATCH 0/2] test fixes for older systems
@ 2020-06-20  0:13 Eric Wong
  2020-06-20  0:13 ` [PATCH 1/2] testcommon: require IO::Socket::SSL >= 2.007 Eric Wong
  2020-06-20  0:13 ` [PATCH 2/2] tests: require git 2.6+ in more places Eric Wong
  0 siblings, 2 replies; 3+ messages in thread
From: Eric Wong @ 2020-06-20  0:13 UTC (permalink / raw)
  To: meta

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(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-06-20  0:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-20  0:13 [PATCH 0/2] test fixes for older systems Eric Wong
2020-06-20  0:13 ` [PATCH 1/2] testcommon: require IO::Socket::SSL >= 2.007 Eric Wong
2020-06-20  0:13 ` [PATCH 2/2] tests: require git 2.6+ in more places Eric Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).