From dfe382c6ae9084093b3f31144a8574fc4cae6bbe Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Sat, 22 Dec 2012 00:26:03 +0100 Subject: runtests.pl: prepend $srcdir to HTTPTLS server config files path --- tests/runtests.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/runtests.pl b/tests/runtests.pl index 0b2559ecd..210fb73e2 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 -- cgit v1.2.3