diff mail_smtp_greeting_delay.t @ 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 c6b1430afc66
children 847ea345becb
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
 
 ###############################################################################