comparison h2_proxy_cache.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 2be630357aa7
children
comparison
equal deleted inserted replaced
1899:a0ee073760c5 1900:236d038dc04a
66 66
67 EOF 67 EOF
68 68
69 $t->write_file('t.html', 'SEE-THIS'); 69 $t->write_file('t.html', 'SEE-THIS');
70 $t->write_file('slow.html', 'SEE-THIS'); 70 $t->write_file('slow.html', 'SEE-THIS');
71
72 # suppress deprecation warning
73
74 open OLDERR, ">&", \*STDERR; close STDERR;
71 $t->run(); 75 $t->run();
76 open STDERR, ">&", \*OLDERR;
72 77
73 ############################################################################### 78 ###############################################################################
74 79
75 # simple proxy cache test 80 # simple proxy cache test
76 81