1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-25 01:28:51 -05:00

runtests: start socksd like other servers

... without a $srcdir prefix. Triggered by the failures in several
autobuilds.

Closes #3781
This commit is contained in:
Daniel Stenberg 2019-04-15 08:14:46 +02:00
parent 0641086c2f
commit a7ae01cb75
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -2139,7 +2139,7 @@ sub runsocksserver {
$logfile = server_logfilename($LOGDIR, $proto, $ipvnum, $idnum); $logfile = server_logfilename($LOGDIR, $proto, $ipvnum, $idnum);
# start our socks server, get commands from the FTP cmd file # start our socks server, get commands from the FTP cmd file
my $cmd="$srcdir/server/socksd". my $cmd="server/socksd".
" --port $port ". " --port $port ".
" --pidfile $pidfile". " --pidfile $pidfile".
" --backend $HOSTIP". " --backend $HOSTIP".