Tests: better handle various configure arguments.
diff --git a/smtp-greeting-delay.t b/smtp-greeting-delay.t
index b42d0c1..74ada36 100644
--- a/smtp-greeting-delay.t
+++ b/smtp-greeting-delay.t
@@ -20,7 +20,7 @@
 select STDERR; $| = 1;
 select STDOUT; $| = 1;
 
-my $t = Test::Nginx->new()->has('mail')->plan(2)
+my $t = Test::Nginx->new()->has(qw/mail smtp http/)->plan(2)
 	->write_file_expand('nginx.conf', <<'EOF')->run();
 
 %%TEST_GLOBALS%%