# HG changeset patch # User Sergey Kandaurov # Date 1511170921 -10800 # Node ID 6ea73d9f42e0c7662a45a808802531b030e73249 # Parent 1755891577af7f1c0beb5229e092cb942d41c682 Tests: removed http prerequisite from mail_smtp_greeting_delay.t. It's unused since 4e0e795e0019. diff --git a/mail_smtp_greeting_delay.t b/mail_smtp_greeting_delay.t --- a/mail_smtp_greeting_delay.t +++ b/mail_smtp_greeting_delay.t @@ -22,7 +22,7 @@ select STDOUT; $| = 1; local $SIG{PIPE} = 'IGNORE'; -my $t = Test::Nginx->new()->has(qw/mail smtp http/)->plan(2) +my $t = Test::Nginx->new()->has(qw/mail smtp/)->plan(2) ->write_file_expand('nginx.conf', <<'EOF')->run(); %%TEST_GLOBALS%%