comparison mail_imap.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 b86c05516e65
comparison
equal deleted inserted replaced
248:c388d7c3a666 249:6a0d934950bc
33 ->run_daemon(\&Test::Nginx::IMAP::imap_test_daemon) 33 ->run_daemon(\&Test::Nginx::IMAP::imap_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 daemon off; 38 daemon off;
39 39
40 events { 40 events {
41 } 41 }
42 42
43 mail { 43 mail {