comparison sub_filter.t @ 630:e6132dd8e341

Tests: added missing proxy prerequisite.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 10 Jul 2015 18:57:57 +0300
parents 6d1b945c9c60
children 1b672b5db78a
comparison
equal deleted inserted replaced
629:8f6b9f7f36d7 630:e6132dd8e341
19 ############################################################################### 19 ###############################################################################
20 20
21 select STDERR; $| = 1; 21 select STDERR; $| = 1;
22 select STDOUT; $| = 1; 22 select STDOUT; $| = 1;
23 23
24 my $t = Test::Nginx->new()->has(qw/http rewrite sub/)->plan(30) 24 my $t = Test::Nginx->new()->has(qw/http rewrite sub proxy/)->plan(30)
25 ->write_file_expand('nginx.conf', <<'EOF'); 25 ->write_file_expand('nginx.conf', <<'EOF');
26 26
27 %%TEST_GLOBALS%% 27 %%TEST_GLOBALS%%
28 28
29 daemon off; 29 daemon off;