changeset 49:32e9e4b4b5e1 draft default tip

Keepalive: remove "master_process off" to match other tests. While here, remove extra spaces in "daemon off" as they are no longer logical after "master_process" removal.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 24 Jan 2013 02:05:31 +0400
parents 450ad1052368
children
files t/fastcgi_keepalive.t t/memcached_keepalive.t t/memcached_keepalive_stale.t
diffstat 3 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/t/fastcgi_keepalive.t
+++ b/t/fastcgi_keepalive.t
@@ -21,8 +21,7 @@ my $t = Test::Nginx->new()->write_file_e
 
 %%TEST_GLOBALS%%
 
-master_process off;
-daemon         off;
+daemon off;
 
 events {
 }
--- a/t/memcached_keepalive.t
+++ b/t/memcached_keepalive.t
@@ -25,7 +25,7 @@ my $t = Test::Nginx->new()->has('rewrite
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 events {
 }
--- a/t/memcached_keepalive_stale.t
+++ b/t/memcached_keepalive_stale.t
@@ -25,7 +25,7 @@ my $t = Test::Nginx->new()->has('rewrite
 
 %%TEST_GLOBALS%%
 
-daemon         off;
+daemon off;
 
 worker_processes 2;