mirror of
https://github.com/curl/curl.git
synced 2026-04-29 04:22:47 +03:00
runtests: remove an inappropriate use of runclientoutput
This function is intended for running client code, not servers.
This commit is contained in:
parent
fdb24b3916
commit
a2ce734e28
1 changed files with 1 additions and 1 deletions
|
|
@ -364,7 +364,7 @@ if (!$ENV{"NGHTTPX"}) {
|
|||
$ENV{"NGHTTPX"} = checktestcmd("nghttpx");
|
||||
}
|
||||
if ($ENV{"NGHTTPX"}) {
|
||||
my $nghttpx_version=join(' ', runclientoutput("$ENV{'NGHTTPX'} -v"));
|
||||
my $nghttpx_version=join(' ', `"$ENV{'NGHTTPX'} -v 2>/dev/null"`);
|
||||
$nghttpx_h3 = $nghttpx_version =~ /nghttp3\//;
|
||||
chomp $nghttpx_h3;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue