about summary refs log tree commit homepage
path: root/t/nntpd.t
diff options
context:
space:
mode:
Diffstat (limited to 't/nntpd.t')
-rw-r--r--t/nntpd.t5
1 files changed, 0 insertions, 5 deletions
diff --git a/t/nntpd.t b/t/nntpd.t
index c681b01c..9d0ee2ba 100644
--- a/t/nntpd.t
+++ b/t/nntpd.t
@@ -111,11 +111,6 @@ EOF
                 $n->can('starttls') or
                         skip('Net::NNTP too old to support STARTTLS', 2);
                 require_mods('IO::Socket::SSL', 2);
-                eval {
-                        IO::Socket::SSL->VERSION(2.007);
-                } or skip(<<EOF, 2);
-IO::Socket::SSL <2.007 not supported by Net::NNTP
-EOF
                 ok(!$n->starttls, 'STARTTLS fails when unconfigured');
                 is($n->code, 580, 'got 580 code on server w/o TLS');
         };