changeset 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 a9621dbbd0d4
children e9de4da234c0
files limit_conn.t
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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;
 
 ###############################################################################