From a7ae01cb754971d63f92e1d3f9f28fbe18eba512 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 15 Apr 2019 08:14:46 +0200 Subject: [PATCH] runtests: start socksd like other servers ... without a $srcdir prefix. Triggered by the failures in several autobuilds. Closes #3781 --- tests/runtests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/runtests.pl b/tests/runtests.pl index e52239def..b5182513b 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".