changeset 535:ee7a6a144437

Tests: added openssl prerequisite in proxy_if.t.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 12 Mar 2015 14:29:55 +0300
parents 7fa91726cc7d
children c2481c6b748f
files proxy_if.t
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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');