changeset 1695:00c08f068f79

Tests: adjusted TODO for SSL logging with lingering close.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 01 Jun 2021 19:00:29 +0300
parents 3366128e526b
children 4baeba0e0da2
files ssl.t
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ssl.t
+++ b/ssl.t
@@ -323,7 +323,8 @@ is(get_ssl_shutdown(8085), 1, 'ssl shutd
 $t->stop();
 
 TODO: {
-local $TODO = 'not yet' if $t->has_version('1.19.5');
+local $TODO = 'not yet'
+	if $t->has_version('1.19.5') and !$t->has_version('1.21.1');
 
 like($t->read_file('ssl.log'), qr/^(TLS|SSL)v(\d|\.)+$/m,
 	'log ssl variable on lingering close');