diff t/memcached_keepalive.t @ 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
line wrap: on
line diff
--- 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 {
 }