comparison mail_smtp_xclient.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 74bc22b97538
children 6a0d934950bc
comparison
equal deleted inserted replaced
165:fca70f483608 166:c0ae29632905
29 ->run_daemon(\&Test::Nginx::SMTP::smtp_test_daemon) 29 ->run_daemon(\&Test::Nginx::SMTP::smtp_test_daemon)
30 ->write_file_expand('nginx.conf', <<'EOF')->run(); 30 ->write_file_expand('nginx.conf', <<'EOF')->run();
31 31
32 %%TEST_GLOBALS%% 32 %%TEST_GLOBALS%%
33 33
34 master_process off;
35 daemon off; 34 daemon off;
36 35
37 events { 36 events {
38 } 37 }
39 38