comparison t/memcached_keepalive_stale.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 5cab730994f3
children
comparison
equal deleted inserted replaced
48:450ad1052368 49:32e9e4b4b5e1
23 my $t = Test::Nginx->new()->has('rewrite')->has_daemon('memcached')->plan(2) 23 my $t = Test::Nginx->new()->has('rewrite')->has_daemon('memcached')->plan(2)
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 worker_processes 2; 30 worker_processes 2;
31 31
32 events { 32 events {
33 } 33 }