comparison ssi-include-big.t @ 104:8bc9de6559a1

Tests: add gzip module checks.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 13 Oct 2009 02:17:52 +0400
parents 5276d85d5040
children 1c0ec30614c6
comparison
equal deleted inserted replaced
103:4ae2198b97ec 104:8bc9de6559a1
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('rewrite')->plan(8); 24 my $t = Test::Nginx->new()->has('rewrite')->has('gzip')->plan(8);
25 25
26 $t->write_file_expand('nginx.conf', <<'EOF'); 26 $t->write_file_expand('nginx.conf', <<'EOF');
27 27
28 master_process off; 28 master_process off;
29 daemon off; 29 daemon off;