comparison mail_smtp.t @ 249:6a0d934950bc

Tests: remove extra spaces in "daemon off". They are no longer logical after "master_process" directive removal.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 24 Jan 2013 02:17:36 +0400
parents c0ae29632905
children e7dc8f4d0a4b
comparison
equal deleted inserted replaced
248:c388d7c3a666 249:6a0d934950bc
32 ->run_daemon(\&Test::Nginx::SMTP::smtp_test_daemon) 32 ->run_daemon(\&Test::Nginx::SMTP::smtp_test_daemon)
33 ->write_file_expand('nginx.conf', <<'EOF')->run(); 33 ->write_file_expand('nginx.conf', <<'EOF')->run();
34 34
35 %%TEST_GLOBALS%% 35 %%TEST_GLOBALS%%
36 36
37 daemon off; 37 daemon off;
38 38
39 events { 39 events {
40 } 40 }
41 41
42 mail { 42 mail {