comparison proxy_noclose.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 ba992cfdc606
children 6fe0459b6668
comparison
equal deleted inserted replaced
248:c388d7c3a666 249:6a0d934950bc
36 36
37 $t->write_file_expand('nginx.conf', <<'EOF'); 37 $t->write_file_expand('nginx.conf', <<'EOF');
38 38
39 %%TEST_GLOBALS%% 39 %%TEST_GLOBALS%%
40 40
41 daemon off; 41 daemon off;
42 42
43 events { 43 events {
44 } 44 }
45 45
46 http { 46 http {