comparison 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
comparison
equal deleted inserted replaced
48:450ad1052368 49:32e9e4b4b5e1
23 my $t = Test::Nginx->new()->has('rewrite')->has_daemon('memcached')->plan(16) 23 my $t = Test::Nginx->new()->has('rewrite')->has_daemon('memcached')->plan(16)
24 ->write_file_expand('nginx.conf', <<'EOF'); 24 ->write_file_expand('nginx.conf', <<'EOF');
25 25
26 %%TEST_GLOBALS%% 26 %%TEST_GLOBALS%%
27 27
28 daemon off; 28 daemon off;
29 29
30 events { 30 events {
31 } 31 }
32 32
33 http { 33 http {