comparison 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
comparison
equal deleted inserted replaced
534:7fa91726cc7d 535:ee7a6a144437
20 ############################################################################### 20 ###############################################################################
21 21
22 select STDERR; $| = 1; 22 select STDERR; $| = 1;
23 select STDOUT; $| = 1; 23 select STDOUT; $| = 1;
24 24
25 my $t = Test::Nginx->new()->has(qw/http proxy rewrite http_ssl/)->plan(15); 25 my $t = Test::Nginx->new()->has(qw/http proxy rewrite http_ssl/)
26 ->has_daemon('openssl')->plan(15);
26 27
27 $t->write_file_expand('nginx.conf', <<'EOF'); 28 $t->write_file_expand('nginx.conf', <<'EOF');
28 29
29 %%TEST_GLOBALS%% 30 %%TEST_GLOBALS%%
30 31