commit | ff9b36a77db21f8cdb7744f21ee4aa9a45c85bf0 | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Sat Dec 26 16:06:17 2009 +0300 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Sat Dec 26 16:06:17 2009 +0300 |
tree | 5df72d74b3879d24ae54267c148979b62fe334cd | |
parent | e31b6e3b6ba61b728d35e750ee2b74a204fdc28d [diff] [blame] |
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%%