From: Peter van Dijk Date: Mon, 29 Oct 2012 11:48:13 +0000 (+0000) Subject: revert accidental edit X-Git-Tag: auth-3.2-rc1~54 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d995f007c3e9cfdbabfef6b34d85d217282ce097;p=thirdparty%2Fpdns.git revert accidental edit git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2828 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/regression-tests/cleandig b/regression-tests/cleandig index b879232b2a..d9e6788752 100755 --- a/regression-tests/cleandig +++ b/regression-tests/cleandig @@ -12,7 +12,7 @@ echo RETVAL: $? >> ${testsdir}/${testname}/drill.out echo RETVAL: $? >> ${testsdir}/${testname}/q.out if [ ! -e ${testsdir}/${testname}/skip-unboundhost ] then - /usr/bin/unbound-host -v -C unbound-host.conf -t $2 $1 > ${testsdir}/${testname}/unbound-host.out 2>&1 + unbound-host -v -C unbound-host.conf -t $2 $1 > ${testsdir}/${testname}/unbound-host.out 2>&1 echo RETVAL: $? >> ${testsdir}/${testname}/unbound-host.out fi if [ -f ${testsdir}/${testname}/use.drill ]