# HG changeset patch # User Sergey Kandaurov # Date 1497615520 -10800 # Node ID 366d789f3cbf5f6ffe9e021400647a63a5c4aa73 # Parent a9187b424a94db352994787a360c355bc335ff67 Tests: h2_headers.t cleanup after HTTP/2 tests split. diff --git a/h2_headers.t b/h2_headers.t --- a/h2_headers.t +++ b/h2_headers.t @@ -110,12 +110,7 @@ http { EOF $t->run_daemon(\&http_daemon); - -open OLDERR, ">&", \*STDERR; close STDERR; -$t->run(); -open STDERR, ">&", \*OLDERR; - -$t->waitforsocket('127.0.0.1:' . port(8083)); +$t->run()->waitforsocket('127.0.0.1:' . port(8083)); # file size is slightly beyond initial window size: 2**16 + 80 bytes