# HG changeset patch # User Sergey Kandaurov # Date 1426159795 -10800 # Node ID ee7a6a14443768d88757503faea120ceab382d8e # Parent 7fa91726cc7d7327a00f808241183e5e5955f58a Tests: added openssl prerequisite in proxy_if.t. diff --git a/proxy_if.t b/proxy_if.t --- a/proxy_if.t +++ b/proxy_if.t @@ -22,7 +22,8 @@ use Test::Nginx; select STDERR; $| = 1; select STDOUT; $| = 1; -my $t = Test::Nginx->new()->has(qw/http proxy rewrite http_ssl/)->plan(15); +my $t = Test::Nginx->new()->has(qw/http proxy rewrite http_ssl/) + ->has_daemon('openssl')->plan(15); $t->write_file_expand('nginx.conf', <<'EOF');