# HG changeset patch # User Sergey Kandaurov # Date 1622563229 -10800 # Node ID 00c08f068f79b0be592ee8c8386e82a702a1e3b8 # Parent 3366128e526b7e99bf99e9ab668c05b1679505b2 Tests: adjusted TODO for SSL logging with lingering close. diff --git a/ssl.t b/ssl.t --- 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');