Tests: remove extra spaces in "daemon off".

They are no longer logical after "master_process" directive removal.
diff --git a/auth_basic.t b/auth_basic.t
index 726a9f9..2f74579 100644
--- a/auth_basic.t
+++ b/auth_basic.t
@@ -28,7 +28,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/autoindex.t b/autoindex.t
index b8cc523..78865e6 100644
--- a/autoindex.t
+++ b/autoindex.t
@@ -28,7 +28,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/body.t b/body.t
index 6f6a010..9aa482c 100644
--- a/body.t
+++ b/body.t
@@ -28,7 +28,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/body_chunked.t b/body_chunked.t
index 80f9be8..e95d705 100644
--- a/body_chunked.t
+++ b/body_chunked.t
@@ -28,7 +28,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/dav.t b/dav.t
index ea0e2d9..472e890 100644
--- a/dav.t
+++ b/dav.t
@@ -27,7 +27,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/dav_chunked.t b/dav_chunked.t
index 2857c32..0ab3fd2 100644
--- a/dav_chunked.t
+++ b/dav_chunked.t
@@ -28,7 +28,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/fastcgi.t b/fastcgi.t
index c8da8d1..b0ac57c 100644
--- a/fastcgi.t
+++ b/fastcgi.t
@@ -30,7 +30,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/fastcgi_body.t b/fastcgi_body.t
index 2714d31..bdf1549 100644
--- a/fastcgi_body.t
+++ b/fastcgi_body.t
@@ -30,7 +30,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/fastcgi_cache.t b/fastcgi_cache.t
index addceb4..960e0a9 100644
--- a/fastcgi_cache.t
+++ b/fastcgi_cache.t
@@ -30,7 +30,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/fastcgi_header_params.t b/fastcgi_header_params.t
index e2c5853..5ded8b4 100644
--- a/fastcgi_header_params.t
+++ b/fastcgi_header_params.t
@@ -30,7 +30,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/fastcgi_merge_params.t b/fastcgi_merge_params.t
index debc91b..8f59866 100644
--- a/fastcgi_merge_params.t
+++ b/fastcgi_merge_params.t
@@ -30,7 +30,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/fastcgi_merge_params2.t b/fastcgi_merge_params2.t
index 9becd6d..518ab21 100644
--- a/fastcgi_merge_params2.t
+++ b/fastcgi_merge_params2.t
@@ -30,7 +30,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/geo.t b/geo.t
index 891a4d2..04b3b50 100644
--- a/geo.t
+++ b/geo.t
@@ -27,7 +27,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/gunzip.t b/gunzip.t
index 6482bda..2ec1dc8 100644
--- a/gunzip.t
+++ b/gunzip.t
@@ -30,7 +30,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/gunzip_memcached.t b/gunzip_memcached.t
index f9649e5..fbc9bf1 100644
--- a/gunzip_memcached.t
+++ b/gunzip_memcached.t
@@ -33,7 +33,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/gunzip_perl.t b/gunzip_perl.t
index 2cf8614..c25b632 100644
--- a/gunzip_perl.t
+++ b/gunzip_perl.t
@@ -29,7 +29,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/gunzip_ssi.t b/gunzip_ssi.t
index a1cd9f6..c8a1da1 100644
--- a/gunzip_ssi.t
+++ b/gunzip_ssi.t
@@ -31,7 +31,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/gunzip_static.t b/gunzip_static.t
index b85273b..977398b 100644
--- a/gunzip_static.t
+++ b/gunzip_static.t
@@ -31,7 +31,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/gzip.t b/gzip.t
index 40b036c..c720faa 100644
--- a/gzip.t
+++ b/gzip.t
@@ -27,7 +27,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/gzip_flush.t b/gzip_flush.t
index ae14180..4bf77b7 100644
--- a/gzip_flush.t
+++ b/gzip_flush.t
@@ -26,7 +26,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/http_disable_symlinks.t b/http_disable_symlinks.t
index 68f4550..45b6b17 100644
--- a/http_disable_symlinks.t
+++ b/http_disable_symlinks.t
@@ -28,7 +28,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/http_error_page.t b/http_error_page.t
index c267837..adde758 100644
--- a/http_error_page.t
+++ b/http_error_page.t
@@ -26,7 +26,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/http_expect_100_continue.t b/http_expect_100_continue.t
index 649b37d..649930e 100644
--- a/http_expect_100_continue.t
+++ b/http_expect_100_continue.t
@@ -27,7 +27,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/http_location.t b/http_location.t
index 46f0ceb..8fc82ee 100644
--- a/http_location.t
+++ b/http_location.t
@@ -26,7 +26,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/http_server_name.t b/http_server_name.t
index 1abb12f..b3fd341 100644
--- a/http_server_name.t
+++ b/http_server_name.t
@@ -28,7 +28,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/http_try_files.t b/http_try_files.t
index 98c3fe6..7c6d1b2 100644
--- a/http_try_files.t
+++ b/http_try_files.t
@@ -26,7 +26,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/limit_req.t b/limit_req.t
index 6185a32..b5c0e9c 100644
--- a/limit_req.t
+++ b/limit_req.t
@@ -29,7 +29,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/mail_imap.t b/mail_imap.t
index 8632c72..0868177 100644
--- a/mail_imap.t
+++ b/mail_imap.t
@@ -35,7 +35,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/mail_pop3.t b/mail_pop3.t
index a7752df..7c6357e 100644
--- a/mail_pop3.t
+++ b/mail_pop3.t
@@ -35,7 +35,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/mail_smtp.t b/mail_smtp.t
index 7a5af11..c5d31bc 100644
--- a/mail_smtp.t
+++ b/mail_smtp.t
@@ -34,7 +34,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/mail_smtp_greeting_delay.t b/mail_smtp_greeting_delay.t
index ad49f2d..3a59f6a 100644
--- a/mail_smtp_greeting_delay.t
+++ b/mail_smtp_greeting_delay.t
@@ -27,7 +27,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/mail_smtp_xclient.t b/mail_smtp_xclient.t
index 1887419..4d942ec 100644
--- a/mail_smtp_xclient.t
+++ b/mail_smtp_xclient.t
@@ -31,7 +31,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/map.t b/map.t
index f688c35..11381bf 100644
--- a/map.t
+++ b/map.t
@@ -27,7 +27,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/memcached.t b/memcached.t
index 0081ede..2eb1b69 100644
--- a/memcached.t
+++ b/memcached.t
@@ -30,7 +30,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/memcached_fake.t b/memcached_fake.t
index 08e5355..d3497df 100644
--- a/memcached_fake.t
+++ b/memcached_fake.t
@@ -27,7 +27,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/not_modified.t b/not_modified.t
index 13b6b71..ff5d5f0 100644
--- a/not_modified.t
+++ b/not_modified.t
@@ -26,7 +26,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/perl.t b/perl.t
index b9e33ae..f5cba21 100644
--- a/perl.t
+++ b/perl.t
@@ -26,7 +26,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/perl_gzip.t b/perl_gzip.t
index da1d7dd..25fe279 100644
--- a/perl_gzip.t
+++ b/perl_gzip.t
@@ -29,7 +29,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/proxy.t b/proxy.t
index 1bbd13d..39747ee 100644
--- a/proxy.t
+++ b/proxy.t
@@ -27,7 +27,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/proxy_cache.t b/proxy_cache.t
index 4539b09..fe419af 100644
--- a/proxy_cache.t
+++ b/proxy_cache.t
@@ -28,7 +28,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/proxy_cache_chunked.t b/proxy_cache_chunked.t
index 26faf3e..aa8a42a 100644
--- a/proxy_cache_chunked.t
+++ b/proxy_cache_chunked.t
@@ -30,7 +30,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/proxy_cache_lock.t b/proxy_cache_lock.t
index ffc1679..9761c8c 100644
--- a/proxy_cache_lock.t
+++ b/proxy_cache_lock.t
@@ -29,7 +29,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/proxy_chunked.t b/proxy_chunked.t
index 39e3728..5e02e59 100644
--- a/proxy_chunked.t
+++ b/proxy_chunked.t
@@ -33,7 +33,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/proxy_merge_headers.t b/proxy_merge_headers.t
index 4bc74eb..0f1bd00 100644
--- a/proxy_merge_headers.t
+++ b/proxy_merge_headers.t
@@ -28,7 +28,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/proxy_noclose.t b/proxy_noclose.t
index 5d3f0ad..d415b5f 100644
--- a/proxy_noclose.t
+++ b/proxy_noclose.t
@@ -38,7 +38,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/proxy_store.t b/proxy_store.t
index 5583178..e6972b6 100644
--- a/proxy_store.t
+++ b/proxy_store.t
@@ -27,7 +27,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/proxy_websocket.t b/proxy_websocket.t
index af2951a..0bea6f0 100644
--- a/proxy_websocket.t
+++ b/proxy_websocket.t
@@ -39,7 +39,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/proxy_xar.t b/proxy_xar.t
index 60e8d82..135c842 100644
--- a/proxy_xar.t
+++ b/proxy_xar.t
@@ -27,7 +27,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/random_index.t b/random_index.t
index 0eeec20..f51d165 100644
--- a/random_index.t
+++ b/random_index.t
@@ -28,7 +28,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/range.t b/range.t
index a3a2793..694d0dd 100644
--- a/range.t
+++ b/range.t
@@ -27,7 +27,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/range_flv.t b/range_flv.t
index eee3ef9..e2105ce 100644
--- a/range_flv.t
+++ b/range_flv.t
@@ -27,7 +27,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/range_if_range.t b/range_if_range.t
index 4b15620..4f99db7 100644
--- a/range_if_range.t
+++ b/range_if_range.t
@@ -27,7 +27,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/realip.t b/realip.t
index fb15b76..9a6504f 100644
--- a/realip.t
+++ b/realip.t
@@ -27,7 +27,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/rewrite.t b/rewrite.t
index f28ac6f..18309e3 100644
--- a/rewrite.t
+++ b/rewrite.t
@@ -26,7 +26,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/rewrite_unescape.t b/rewrite_unescape.t
index e40acca..c44282a 100644
--- a/rewrite_unescape.t
+++ b/rewrite_unescape.t
@@ -26,7 +26,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/scgi.t b/scgi.t
index 786e227..0777b11 100644
--- a/scgi.t
+++ b/scgi.t
@@ -29,7 +29,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/scgi_body.t b/scgi_body.t
index 6c09533..3c698e5 100644
--- a/scgi_body.t
+++ b/scgi_body.t
@@ -29,7 +29,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/scgi_gzip.t b/scgi_gzip.t
index c677a53..dffad60 100644
--- a/scgi_gzip.t
+++ b/scgi_gzip.t
@@ -29,7 +29,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/scgi_merge_params.t b/scgi_merge_params.t
index 354ac39..a245cf7 100644
--- a/scgi_merge_params.t
+++ b/scgi_merge_params.t
@@ -29,7 +29,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/secure_link.t b/secure_link.t
index e3a9933..79630d6 100644
--- a/secure_link.t
+++ b/secure_link.t
@@ -30,7 +30,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/ssi.t b/ssi.t
index 8b225c6..609e795 100644
--- a/ssi.t
+++ b/ssi.t
@@ -29,7 +29,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/ssi_if.t b/ssi_if.t
index 2c92e45..2c611cd 100644
--- a/ssi_if.t
+++ b/ssi_if.t
@@ -28,7 +28,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/ssi_include_big.t b/ssi_include_big.t
index 7954e9a..ed1f2c1 100644
--- a/ssi_include_big.t
+++ b/ssi_include_big.t
@@ -27,7 +27,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/ssi_waited.t b/ssi_waited.t
index c2a58f2..338432a 100644
--- a/ssi_waited.t
+++ b/ssi_waited.t
@@ -27,7 +27,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/ssl_sni.t b/ssl_sni.t
index 207c925..357779e 100644
--- a/ssl_sni.t
+++ b/ssl_sni.t
@@ -28,7 +28,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/uwsgi.t b/uwsgi.t
index 2bd0a6e..00e540e 100644
--- a/uwsgi.t
+++ b/uwsgi.t
@@ -26,7 +26,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/xslt.t b/xslt.t
index aa925ae..c50c3f2 100644
--- a/xslt.t
+++ b/xslt.t
@@ -27,7 +27,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
diff --git a/xslt_params.t b/xslt_params.t
index 8aab026..b963e4b 100644
--- a/xslt_params.t
+++ b/xslt_params.t
@@ -27,7 +27,7 @@
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }