diff ssl.t @ 1693:5ac6efbe5552

Tests: removed TODO and try_run() checks for legacy versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 01 Jun 2021 16:40:18 +0300
parents 0d1cec688111
children 00c08f068f79
line wrap: on
line diff
--- a/ssl.t
+++ b/ssl.t
@@ -318,13 +318,8 @@ is(() = $r =~ /(200 OK)/g, 1000, 'pipeli
 
 # close_notify is sent before lingering close
 
-TODO: {
-local $TODO = 'not yet' unless $t->has_version('1.19.5');
-
 is(get_ssl_shutdown(8085), 1, 'ssl shutdown on lingering close');
 
-}
-
 $t->stop();
 
 TODO: {