diff limit_conn.t @ 318:68b94b83412b

Tests: hide startup warnings about deprecated limit_zone.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 23 Jul 2013 21:47:55 +0400
parents 9daf28f20766
children 1b205a3332de
line wrap: on
line diff
--- a/limit_conn.t
+++ b/limit_conn.t
@@ -92,7 +92,9 @@ http {
 
 EOF
 
+open OLDERR, ">&", \*STDERR; close STDERR;
 $t->run();
+open STDERR, ">&", \*OLDERR;
 
 ###############################################################################