comparison ssi_if.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 62114a0c1389
children 6c0a5903d0ae
comparison
equal deleted inserted replaced
248:c388d7c3a666 249:6a0d934950bc
26 26
27 $t->write_file_expand('nginx.conf', <<'EOF'); 27 $t->write_file_expand('nginx.conf', <<'EOF');
28 28
29 %%TEST_GLOBALS%% 29 %%TEST_GLOBALS%%
30 30
31 daemon off; 31 daemon off;
32 32
33 events { 33 events {
34 } 34 }
35 35
36 http { 36 http {