mirror of
https://github.com/curl/curl.git
synced 2026-05-16 02:36:20 +03: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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".
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue