comparison gunzip_static.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 96387f409880
children c28ecaef065f
comparison
equal deleted inserted replaced
248:c388d7c3a666 249:6a0d934950bc
29 29
30 $t->write_file_expand('nginx.conf', <<'EOF'); 30 $t->write_file_expand('nginx.conf', <<'EOF');
31 31
32 %%TEST_GLOBALS%% 32 %%TEST_GLOBALS%%
33 33
34 daemon off; 34 daemon off;
35 35
36 events { 36 events {
37 } 37 }
38 38
39 http { 39 http {