comparison sub_filter_buffering.t @ 1417:ea796652fcdc

Tests: added missing proxy prerequisites.
author Sergey Kandaurov <pluknet@nginx.com>
date Sun, 16 Dec 2018 13:05:55 +0300
parents efccab043dd3
children 9d579fc770a6
comparison
equal deleted inserted replaced
1416:d22717fcabdb 1417:ea796652fcdc
22 ############################################################################### 22 ###############################################################################
23 23
24 select STDERR; $| = 1; 24 select STDERR; $| = 1;
25 select STDOUT; $| = 1; 25 select STDOUT; $| = 1;
26 26
27 my $t = Test::Nginx->new()->has(qw/http sub/)->plan(2) 27 my $t = Test::Nginx->new()->has(qw/http sub proxy/)->plan(2)
28 ->write_file_expand('nginx.conf', <<'EOF'); 28 ->write_file_expand('nginx.conf', <<'EOF');
29 29
30 %%TEST_GLOBALS%% 30 %%TEST_GLOBALS%%
31 31
32 daemon off; 32 daemon off;