From: Daniel Stenberg Date: Mon, 15 Apr 2019 06:14:46 +0000 (+0200) Subject: runtests: start socksd like other servers X-Git-Tag: curl-7_65_0~137 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a7ae01cb754971d63f92e1d3f9f28fbe18eba512;p=thirdparty%2Fcurl.git runtests: start socksd like other servers ... without a $srcdir prefix. Triggered by the failures in several autobuilds. Closes #3781 --- diff --git a/tests/runtests.pl b/tests/runtests.pl index e52239def8..b5182513ba 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -2139,7 +2139,7 @@ sub runsocksserver { $logfile = server_logfilename($LOGDIR, $proto, $ipvnum, $idnum); # start our socks server, get commands from the FTP cmd file - my $cmd="$srcdir/server/socksd". + my $cmd="server/socksd". " --port $port ". " --pidfile $pidfile". " --backend $HOSTIP".