From: Yang Tse Date: Fri, 21 Dec 2012 23:26:03 +0000 (+0100) Subject: runtests.pl: prepend $srcdir to HTTPTLS server config files path X-Git-Tag: curl-7_29_0~196 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfe382c6ae9084093b3f31144a8574fc4cae6bbe;p=thirdparty%2Fcurl.git runtests.pl: prepend $srcdir to HTTPTLS server config files path --- diff --git a/tests/runtests.pl b/tests/runtests.pl index 0b2559ecd3..210fb73e26 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -1364,8 +1364,8 @@ sub runhttptlsserver { $flags .= "--http "; $flags .= "--debug 1 " if($debugprotocol); $flags .= "--port $port "; - $flags .= "--srppasswd certs/srp-verifier-db "; - $flags .= "--srppasswdconf certs/srp-verifier-conf"; + $flags .= "--srppasswd $srcdir/certs/srp-verifier-db "; + $flags .= "--srppasswdconf $srcdir/certs/srp-verifier-conf"; my $cmd = "$httptlssrv $flags > $logfile 2>&1"; my ($httptlspid, $pid2) = startnew($cmd, $pidfile, 10, 1); # fake pidfile