comparison 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
comparison
equal deleted inserted replaced
1899:a0ee073760c5 1900:236d038dc04a
58 } 58 }
59 } 59 }
60 60
61 EOF 61 EOF
62 62
63 # suppress deprecation warning
64
65 open OLDERR, ">&", \*STDERR; close STDERR;
63 $t->run(); 66 $t->run();
67 open STDERR, ">&", \*OLDERR;
64 68
65 ############################################################################### 69 ###############################################################################
66 70
67 # $http2 71 # $http2
68 72