comparison perl_gzip.t @ 249:6a0d934950bc

Tests: remove extra spaces in "daemon off". They are no longer logical after "master_process" directive removal.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 24 Jan 2013 02:17:36 +0400
parents e4024348b5ed
children c877f91a71b4
comparison
equal deleted inserted replaced
248:c388d7c3a666 249:6a0d934950bc
27 my $t = Test::Nginx->new()->has(qw/http perl gzip/)->plan(2) 27 my $t = Test::Nginx->new()->has(qw/http perl gzip/)->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;
33 33
34 events { 34 events {
35 } 35 }
36 36
37 http { 37 http {