Unverified Commit a7ae01cb authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

runtests: start socksd like other servers

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

Closes #3781
parent 0641086c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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".