comparison h2_auth_request.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 766bcbb632ee
children
comparison
equal deleted inserted replaced
1899:a0ee073760c5 1900:236d038dc04a
64 } 64 }
65 } 65 }
66 66
67 EOF 67 EOF
68 68
69 # suppress deprecation warning
70
71 open OLDERR, ">&", \*STDERR; close STDERR;
69 $t->run(); 72 $t->run();
73 open STDERR, ">&", \*OLDERR;
70 74
71 ############################################################################### 75 ###############################################################################
72 76
73 my ($s, $sid, $frames, $frame); 77 my ($s, $sid, $frames, $frame);
74 78