comparison memcached.t @ 166:c0ae29632905

Tests: nuke "master_process off;" usage. It's not really suitable for automatic testing due to number of reasons: it doesn't check for open sockets left on exit, it uses racy signal handling, it doesn't at all works on Windows.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 17 Aug 2011 15:17:30 +0400
parents 01e86a067f05
children 6a0d934950bc
comparison
equal deleted inserted replaced
165:fca70f483608 166:c0ae29632905
28 ->has_daemon('memcached')->plan(4) 28 ->has_daemon('memcached')->plan(4)
29 ->write_file_expand('nginx.conf', <<'EOF'); 29 ->write_file_expand('nginx.conf', <<'EOF');
30 30
31 %%TEST_GLOBALS%% 31 %%TEST_GLOBALS%%
32 32
33 master_process off;
34 daemon off; 33 daemon off;
35 34
36 events { 35 events {
37 } 36 }
38 37