# HG changeset patch # User Maxim Dounin # Date 1358978731 -14400 # Node ID 32e9e4b4b5e1a6b9633f972fe2279cb874d9dded # Parent 450ad10523681d58fd294a6d2c8498fb838f9999 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. diff --git a/t/fastcgi_keepalive.t b/t/fastcgi_keepalive.t --- 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 { } diff --git a/t/memcached_keepalive.t b/t/memcached_keepalive.t --- 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 { } diff --git a/t/memcached_keepalive_stale.t b/t/memcached_keepalive_stale.t --- 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;