summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-04-15 08:14:46 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-04-15 08:15:22 +0200
commitd5a93b68aec34c7b6c7bbe3e4d16395de4a7e2b1 (patch)
treeac8048859bbdb16b61b9827ad587fcfe3d5c7a46
parent0641086c2f35b3c11ac7531098eb464190ed64e4 (diff)
downloadcurl-bagder/runtests-sockd-fix.tar.gz
runtests: start socksd like other serversbagder/runtests-sockd-fix
... without a $srcdir prefix. Triggered by the failures in several autobuilds.
-rwxr-xr-xtests/runtests.pl2
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".