diff 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 efccab043dd3
line wrap: on
line diff
--- a/ssl_verify_client.t
+++ b/ssl_verify_client.t
@@ -27,7 +27,7 @@ plan(skip_all => 'IO::Socket::SSL not in
 eval { IO::Socket::SSL->can_client_sni() or die; };
 plan(skip_all => 'IO::Socket::SSL with OpenSSL SNI support required') if $@;
 
-my $t = Test::Nginx->new()->has(qw/http http_ssl/)
+my $t = Test::Nginx->new()->has(qw/http http_ssl sni/)
 	->has_daemon('openssl')->plan(3);
 
 $t->write_file_expand('nginx.conf', <<'EOF');