comparison mail_smtp_greeting_delay.t @ 1243:6ea73d9f42e0

Tests: removed http prerequisite from mail_smtp_greeting_delay.t. It's unused since 4e0e795e0019.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 20 Nov 2017 12:42:01 +0300
parents c227348453db
children 74986ebee2fd
comparison
equal deleted inserted replaced
1242:1755891577af 1243:6ea73d9f42e0
20 select STDERR; $| = 1; 20 select STDERR; $| = 1;
21 select STDOUT; $| = 1; 21 select STDOUT; $| = 1;
22 22
23 local $SIG{PIPE} = 'IGNORE'; 23 local $SIG{PIPE} = 'IGNORE';
24 24
25 my $t = Test::Nginx->new()->has(qw/mail smtp http/)->plan(2) 25 my $t = Test::Nginx->new()->has(qw/mail smtp/)->plan(2)
26 ->write_file_expand('nginx.conf', <<'EOF')->run(); 26 ->write_file_expand('nginx.conf', <<'EOF')->run();
27 27
28 %%TEST_GLOBALS%% 28 %%TEST_GLOBALS%%
29 29
30 daemon off; 30 daemon off;