diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-04-15 08:14:46 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-04-15 11:05:20 +0200 |
commit | a7ae01cb754971d63f92e1d3f9f28fbe18eba512 (patch) | |
tree | ac8048859bbdb16b61b9827ad587fcfe3d5c7a46 | |
parent | 0641086c2f35b3c11ac7531098eb464190ed64e4 (diff) | |
download | curl-a7ae01cb754971d63f92e1d3f9f28fbe18eba512.tar.gz |
runtests: start socksd like other servers
... without a $srcdir prefix. Triggered by the failures in several
autobuilds.
Closes #3781
-rwxr-xr-x | tests/runtests.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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". |