mirror of
https://github.com/curl/curl.git
synced 2026-06-01 19:44:16 +03:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue