diff ssl_engine_keys.t @ 914:3ac4036b139d

Tests: fixed proxy prerequisites.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 22 Apr 2016 16:22:00 +0300
parents 907e89fba9c3
children e9064d691790
line wrap: on
line diff
--- a/ssl_engine_keys.t
+++ b/ssl_engine_keys.t
@@ -27,7 +27,7 @@ plan(skip_all => 'win32') if $^O eq 'MSW
 plan(skip_all => 'may not work, leaves coredump')
 	unless $ENV{TEST_NGINX_UNSAFE};
 
-my $t = Test::Nginx->new()->has(qw/http http_ssl/)->has_daemon('openssl')
+my $t = Test::Nginx->new()->has(qw/http proxy http_ssl/)->has_daemon('openssl')
 	->has_daemon('softhsm')->has_daemon('pkcs11-tool')->plan(1);
 
 $t->write_file_expand('nginx.conf', <<'EOF');