diff h2_variables.t @ 1900:236d038dc04a

Tests: suppress "listen .. http2;" deprecation warnings.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 31 May 2023 13:29:34 +0400
parents a94a0fc60d56
children 11463d379570
line wrap: on
line diff
--- a/h2_variables.t	Wed May 31 13:29:31 2023 +0400
+++ b/h2_variables.t	Wed May 31 13:29:34 2023 +0400
@@ -60,7 +60,11 @@
 
 EOF
 
+# suppress deprecation warning
+
+open OLDERR, ">&", \*STDERR; close STDERR;
 $t->run();
+open STDERR, ">&", \*OLDERR;
 
 ###############################################################################