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:
parent
0641086c2f
commit
a7ae01cb75
@ -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".
|
||||||
|
Loading…
Reference in New Issue
Block a user