comparison mail_pop3.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 b714d6df958c
children 6a0d934950bc
comparison
equal deleted inserted replaced
165:fca70f483608 166:c0ae29632905
33 ->run_daemon(\&Test::Nginx::POP3::pop3_test_daemon) 33 ->run_daemon(\&Test::Nginx::POP3::pop3_test_daemon)
34 ->write_file_expand('nginx.conf', <<'EOF')->run(); 34 ->write_file_expand('nginx.conf', <<'EOF')->run();
35 35
36 %%TEST_GLOBALS%% 36 %%TEST_GLOBALS%%
37 37
38 master_process off;
39 daemon off; 38 daemon off;
40 39
41 events { 40 events {
42 } 41 }
43 42