comparison charset_gzip_static.t @ 914:3ac4036b139d

Tests: fixed proxy prerequisites.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 22 Apr 2016 16:22:00 +0300
parents 907e89fba9c3
children 8582afc64efa
comparison
equal deleted inserted replaced
913:dba252c2afd6 914:3ac4036b139d
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 charset gzip_static/)->plan(13) 25 my $t = Test::Nginx->new()->has(qw/http proxy charset gzip_static/)->plan(13)
26 ->write_file_expand('nginx.conf', <<'EOF')->run(); 26 ->write_file_expand('nginx.conf', <<'EOF')->run();
27 27
28 %%TEST_GLOBALS%% 28 %%TEST_GLOBALS%%
29 29
30 daemon off; 30 daemon off;