comparison stream_access_log.t @ 1175:717030fd5a94

Tests: added gzip prerequisite for "access_log ... gzip".
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 15 May 2017 19:14:29 +0300
parents 91e64c1ceec9
children 766bcbb632ee
comparison
equal deleted inserted replaced
1174:ec9ddfed9b63 1175:717030fd5a94
21 ############################################################################### 21 ###############################################################################
22 22
23 select STDERR; $| = 1; 23 select STDERR; $| = 1;
24 select STDOUT; $| = 1; 24 select STDOUT; $| = 1;
25 25
26 my $t = Test::Nginx->new()->has(qw/stream stream_map/); 26 my $t = Test::Nginx->new()->has(qw/stream stream_map gzip/);
27 27
28 $t->write_file_expand('nginx.conf', <<'EOF'); 28 $t->write_file_expand('nginx.conf', <<'EOF');
29 29
30 %%TEST_GLOBALS%% 30 %%TEST_GLOBALS%%
31 31