runtest.pl: add expected fourth return value
Fixes warning in autobild log: "Use of uninitialized value $HTTP2TLSPORT in substitution iterator at /tests/runtests.pl line 3516" Closes #10206
This commit is contained in:
parent
b637f35346
commit
7baff01fd6
@ -1542,7 +1542,7 @@ sub runhttp2server {
|
||||
|
||||
# don't retry if the server doesn't work
|
||||
if ($doesntrun{$pidfile}) {
|
||||
return (0, 0, 0);
|
||||
return (0, 0, 0, 0);
|
||||
}
|
||||
|
||||
my $pid = processexists($pidfile);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user