diff proxy_if.t @ 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 42d447013553
children 907e89fba9c3
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');