comparison grpc_ssl.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 58951cf933e1
children b5036a0f9ae0
comparison
equal deleted inserted replaced
1899:a0ee073760c5 1900:236d038dc04a
126 126
127 sleep 1 if $^O eq 'MSWin32'; 127 sleep 1 if $^O eq 'MSWin32';
128 128
129 $t->write_file('password', 'client'); 129 $t->write_file('password', 'client');
130 130
131 # suppress deprecation warning
132
133 open OLDERR, ">&", \*STDERR; close STDERR;
131 $t->run(); 134 $t->run();
135 open STDERR, ">&", \*OLDERR;
132 136
133 ############################################################################### 137 ###############################################################################
134 138
135 my $p = port(8082); 139 my $p = port(8082);
136 my $f = grpc(); 140 my $f = grpc();