projects
/
curl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0641086
)
runtests: start socksd like other servers
author
Daniel Stenberg
<daniel@haxx.se>
Mon, 15 Apr 2019 06:14:46 +0000
(08:14 +0200)
committer
Daniel Stenberg
<daniel@haxx.se>
Mon, 15 Apr 2019 09:05:20 +0000
(11:05 +0200)
... without a $srcdir prefix. Triggered by the failures in several
autobuilds.
Closes #3781
tests/runtests.pl
patch
|
blob
|
history
diff --git
a/tests/runtests.pl
b/tests/runtests.pl
index e52239def8f245c550b7b7c6f6624f9530a36951..b5182513baa5d446f64a5870dc9c2fb90fd0543d 100755
(executable)
--- 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".