X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fnntpd-tls.t;fp=t%2Fnntpd-tls.t;h=23baf4e443bbfbad297b1675e41d140216a3028a;hb=476f054f21ee64a08418cacb23b5a48c68858441;hp=3de219f157330eddd2775a78416c7e4121133035;hpb=0e6ceff37fc38f28a1520d7475f31d47f74ec7e6;p=public-inbox.git diff --git a/t/nntpd-tls.t b/t/nntpd-tls.t index 3de219f1..23baf4e4 100644 --- a/t/nntpd-tls.t +++ b/t/nntpd-tls.t @@ -10,8 +10,6 @@ use PublicInbox::TestCommon; require_mods(qw(DBD::SQLite IO::Socket::SSL Net::NNTP IO::Poll)); Net::NNTP->can('starttls') or plan skip_all => 'Net::NNTP does not support TLS'; -IO::Socket::SSL->VERSION(2.007) or - plan skip_all => 'IO::Socket::SSL <2.007 not supported by Net::NNTP'; my $cert = 'certs/server-cert.pem'; my $key = 'certs/server-key.pem';