# HG changeset patch # User Maxim Dounin # Date 1374601675 -14400 # Node ID 68b94b83412b566d7e5d2cc2f4e0e86f261ddeb7 # Parent a9621dbbd0d4d5f8023c7f95577724f7ff8df9ff Tests: hide startup warnings about deprecated limit_zone. diff --git a/limit_conn.t b/limit_conn.t --- a/limit_conn.t +++ b/limit_conn.t @@ -92,7 +92,9 @@ http { EOF +open OLDERR, ">&", \*STDERR; close STDERR; $t->run(); +open STDERR, ">&", \*OLDERR; ###############################################################################