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