changeset 383:4e0e795e0019

Tests: removed http block from mail_smtp_greeting_delay.t. The test fails when hash tables aren't big enough and there is no way to propagate new values. Bonus side-effect: the test will fail if perl module segfault comes back.
author Konstantin Pavlov <thresh@nginx.com>
date Mon, 24 Mar 2014 14:54:52 +0400
parents 30364c578416
children 1d67bc8fa680
files mail_smtp_greeting_delay.t
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/mail_smtp_greeting_delay.t
+++ b/mail_smtp_greeting_delay.t
@@ -44,10 +44,6 @@ mail {
     }
 }
 
-http {
-    # stub to avoid SIGSEGV when perl module compiled in, <= 0.7.30
-}
-
 EOF
 
 ###############################################################################