comparison gunzip_memcached.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 bc1861122d0c
children 6c5597ad40a3
comparison
equal deleted inserted replaced
248:c388d7c3a666 249:6a0d934950bc
31 ->has_daemon('memcached') 31 ->has_daemon('memcached')
32 ->write_file_expand('nginx.conf', <<'EOF'); 32 ->write_file_expand('nginx.conf', <<'EOF');
33 33
34 %%TEST_GLOBALS%% 34 %%TEST_GLOBALS%%
35 35
36 daemon off; 36 daemon off;
37 37
38 events { 38 events {
39 } 39 }
40 40
41 http { 41 http {