comparison h2_error_page.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 b3bbde3f806d
children 716d7500317d
comparison
equal deleted inserted replaced
1899:a0ee073760c5 1900:236d038dc04a
52 } 52 }
53 } 53 }
54 54
55 EOF 55 EOF
56 56
57 # suppress deprecation warning
58
59 open OLDERR, ">&", \*STDERR; close STDERR;
57 $t->run(); 60 $t->run();
61 open STDERR, ">&", \*OLDERR;
58 62
59 ############################################################################### 63 ###############################################################################
60 64
61 # tests for socket leaks with "return 444" in error_page 65 # tests for socket leaks with "return 444" in error_page
62 66