diff ssl_sni_reneg.t @ 1020:196d33c2bb45

Tests: removed TODO and try_run() checks for legacy versions. Also removed now unused spdy.t and shmem prerequisite.
author Andrey Zelenkov <zelenkov@nginx.com>
date Wed, 31 Aug 2016 18:21:07 +0300
parents 882267679006
children 89d7d4d1be40
line wrap: on
line diff
--- a/ssl_sni_reneg.t
+++ b/ssl_sni_reneg.t
@@ -100,18 +100,12 @@ Net::SSLeay::write($ssl, 'GET / HTTP/1.0
 ok(Net::SSLeay::renegotiate($ssl), 'renegotiation');
 ok(Net::SSLeay::set_tlsext_host_name($ssl, 'localhost'), 'SNI');
 
-SKIP: {
-skip 'leaves coredump', 1 unless $t->has_version('1.9.8')
-	or $ENV{TEST_NGINX_UNSAFE};
-
 Net::SSLeay::write($ssl, 'Host: localhost' . CRLF . CRLF);
 
 is(Net::SSLeay::read($ssl), undef, 'response');
 
 }
 
-}
-
 ###############################################################################
 
 sub get_ssl_socket {