summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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".