changeset 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 c388d7c3a666
children 0c9f15938545
files auth_basic.t autoindex.t body.t body_chunked.t dav.t dav_chunked.t fastcgi.t fastcgi_body.t fastcgi_cache.t fastcgi_header_params.t fastcgi_merge_params.t fastcgi_merge_params2.t geo.t gunzip.t gunzip_memcached.t gunzip_perl.t gunzip_ssi.t gunzip_static.t gzip.t gzip_flush.t http_disable_symlinks.t http_error_page.t http_expect_100_continue.t http_location.t http_server_name.t http_try_files.t limit_req.t mail_imap.t mail_pop3.t mail_smtp.t mail_smtp_greeting_delay.t mail_smtp_xclient.t map.t memcached.t memcached_fake.t not_modified.t perl.t perl_gzip.t proxy.t proxy_cache.t proxy_cache_chunked.t proxy_cache_lock.t proxy_chunked.t proxy_merge_headers.t proxy_noclose.t proxy_store.t proxy_websocket.t proxy_xar.t random_index.t range.t range_flv.t range_if_range.t realip.t rewrite.t rewrite_unescape.t scgi.t scgi_body.t scgi_gzip.t scgi_merge_params.t secure_link.t ssi.t ssi_if.t ssi_include_big.t ssi_waited.t ssl_sni.t uwsgi.t xslt.t xslt_params.t
diffstat 68 files changed, 68 insertions(+), 68 deletions(-) [+]
line wrap: on
line diff
--- a/auth_basic.t
+++ b/auth_basic.t
@@ -28,7 +28,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/autoindex.t
+++ b/autoindex.t
@@ -28,7 +28,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/body.t
+++ b/body.t
@@ -28,7 +28,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/body_chunked.t
+++ b/body_chunked.t
@@ -28,7 +28,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/dav.t
+++ b/dav.t
@@ -27,7 +27,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/dav_chunked.t
+++ b/dav_chunked.t
@@ -28,7 +28,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/fastcgi.t
+++ b/fastcgi.t
@@ -30,7 +30,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/fastcgi_body.t
+++ b/fastcgi_body.t
@@ -30,7 +30,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/fastcgi_cache.t
+++ b/fastcgi_cache.t
@@ -30,7 +30,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/fastcgi_header_params.t
+++ b/fastcgi_header_params.t
@@ -30,7 +30,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/fastcgi_merge_params.t
+++ b/fastcgi_merge_params.t
@@ -30,7 +30,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/fastcgi_merge_params2.t
+++ b/fastcgi_merge_params2.t
@@ -30,7 +30,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/geo.t
+++ b/geo.t
@@ -27,7 +27,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/gunzip.t
+++ b/gunzip.t
@@ -30,7 +30,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/gunzip_memcached.t
+++ b/gunzip_memcached.t
@@ -33,7 +33,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/gunzip_perl.t
+++ b/gunzip_perl.t
@@ -29,7 +29,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/gunzip_ssi.t
+++ b/gunzip_ssi.t
@@ -31,7 +31,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/gunzip_static.t
+++ b/gunzip_static.t
@@ -31,7 +31,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/gzip.t
+++ b/gzip.t
@@ -27,7 +27,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/gzip_flush.t
+++ b/gzip_flush.t
@@ -26,7 +26,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/http_disable_symlinks.t
+++ b/http_disable_symlinks.t
@@ -28,7 +28,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/http_error_page.t
+++ b/http_error_page.t
@@ -26,7 +26,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/http_expect_100_continue.t
+++ b/http_expect_100_continue.t
@@ -27,7 +27,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/http_location.t
+++ b/http_location.t
@@ -26,7 +26,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/http_server_name.t
+++ b/http_server_name.t
@@ -28,7 +28,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/http_try_files.t
+++ b/http_try_files.t
@@ -26,7 +26,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/limit_req.t
+++ b/limit_req.t
@@ -29,7 +29,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/mail_imap.t
+++ b/mail_imap.t
@@ -35,7 +35,7 @@ my $t = Test::Nginx->new()
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/mail_pop3.t
+++ b/mail_pop3.t
@@ -35,7 +35,7 @@ my $t = Test::Nginx->new()
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/mail_smtp.t
+++ b/mail_smtp.t
@@ -34,7 +34,7 @@ my $t = Test::Nginx->new()
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/mail_smtp_greeting_delay.t
+++ b/mail_smtp_greeting_delay.t
@@ -27,7 +27,7 @@ my $t = Test::Nginx->new()->has(qw/mail 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/mail_smtp_xclient.t
+++ b/mail_smtp_xclient.t
@@ -31,7 +31,7 @@ my $t = Test::Nginx->new()->has(qw/mail 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/map.t
+++ b/map.t
@@ -27,7 +27,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/memcached.t
+++ b/memcached.t
@@ -30,7 +30,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/memcached_fake.t
+++ b/memcached_fake.t
@@ -27,7 +27,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/not_modified.t
+++ b/not_modified.t
@@ -26,7 +26,7 @@ my $t = Test::Nginx->new()->has('http')-
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/perl.t
+++ b/perl.t
@@ -26,7 +26,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/perl_gzip.t
+++ b/perl_gzip.t
@@ -29,7 +29,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/proxy.t
+++ b/proxy.t
@@ -27,7 +27,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/proxy_cache.t
+++ b/proxy_cache.t
@@ -28,7 +28,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/proxy_cache_chunked.t
+++ b/proxy_cache_chunked.t
@@ -30,7 +30,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/proxy_cache_lock.t
+++ b/proxy_cache_lock.t
@@ -29,7 +29,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/proxy_chunked.t
+++ b/proxy_chunked.t
@@ -33,7 +33,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/proxy_merge_headers.t
+++ b/proxy_merge_headers.t
@@ -28,7 +28,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/proxy_noclose.t
+++ b/proxy_noclose.t
@@ -38,7 +38,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/proxy_store.t
+++ b/proxy_store.t
@@ -27,7 +27,7 @@ my $t = Test::Nginx->new();
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/proxy_websocket.t
+++ b/proxy_websocket.t
@@ -39,7 +39,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/proxy_xar.t
+++ b/proxy_xar.t
@@ -27,7 +27,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/random_index.t
+++ b/random_index.t
@@ -28,7 +28,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/range.t
+++ b/range.t
@@ -27,7 +27,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/range_flv.t
+++ b/range_flv.t
@@ -27,7 +27,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/range_if_range.t
+++ b/range_if_range.t
@@ -27,7 +27,7 @@ my $t = Test::Nginx->new()->has(qw/http/
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/realip.t
+++ b/realip.t
@@ -27,7 +27,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/rewrite.t
+++ b/rewrite.t
@@ -26,7 +26,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/rewrite_unescape.t
+++ b/rewrite_unescape.t
@@ -26,7 +26,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/scgi.t
+++ b/scgi.t
@@ -29,7 +29,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/scgi_body.t
+++ b/scgi_body.t
@@ -29,7 +29,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/scgi_gzip.t
+++ b/scgi_gzip.t
@@ -29,7 +29,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/scgi_merge_params.t
+++ b/scgi_merge_params.t
@@ -29,7 +29,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/secure_link.t
+++ b/secure_link.t
@@ -30,7 +30,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/ssi.t
+++ b/ssi.t
@@ -29,7 +29,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/ssi_if.t
+++ b/ssi_if.t
@@ -28,7 +28,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/ssi_include_big.t
+++ b/ssi_include_big.t
@@ -27,7 +27,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/ssi_waited.t
+++ b/ssi_waited.t
@@ -27,7 +27,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/ssl_sni.t
+++ b/ssl_sni.t
@@ -28,7 +28,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/uwsgi.t
+++ b/uwsgi.t
@@ -26,7 +26,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/xslt.t
+++ b/xslt.t
@@ -27,7 +27,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/xslt_params.t
+++ b/xslt_params.t
@@ -27,7 +27,7 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }