diff h2_ssl_verify_client.t @ 1032:43eedbfea090

Tests: add missing sni prerequisites.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 14 Sep 2016 19:55:29 +0300
parents 882267679006
children 45c80276d691
line wrap: on
line diff
--- a/h2_ssl_verify_client.t
+++ b/h2_ssl_verify_client.t
@@ -30,7 +30,7 @@ plan(skip_all => 'IO::Socket::SSL with O
 eval { IO::Socket::SSL->can_alpn() or die; };
 plan(skip_all => 'OpenSSL ALPN support required') if $@;
 
-my $t = Test::Nginx->new()->has(qw/http http_ssl http_v2/)
+my $t = Test::Nginx->new()->has(qw/http http_ssl sni http_v2/)
 	->has_daemon('openssl')->plan(3);
 
 $t->write_file_expand('nginx.conf', <<'EOF');