From acf145f2d652da3015046b21cb080e49f8ff13a9 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Mon, 29 Oct 2012 11:45:46 +0000 Subject: [PATCH] add skip-unboundhost to two tests git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2827 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- regression-tests/cleandig | 2 +- regression-tests/cname-to-unauth-any/skip-unboundhost | 0 regression-tests/cname-wildcard-chain/skip-unboundhost | 0 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 regression-tests/cname-to-unauth-any/skip-unboundhost create mode 100644 regression-tests/cname-wildcard-chain/skip-unboundhost diff --git a/regression-tests/cleandig b/regression-tests/cleandig index d9e678875..b879232b2 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 - unbound-host -v -C unbound-host.conf -t $2 $1 > ${testsdir}/${testname}/unbound-host.out 2>&1 + /usr/bin/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 ] diff --git a/regression-tests/cname-to-unauth-any/skip-unboundhost b/regression-tests/cname-to-unauth-any/skip-unboundhost new file mode 100644 index 000000000..e69de29bb diff --git a/regression-tests/cname-wildcard-chain/skip-unboundhost b/regression-tests/cname-wildcard-chain/skip-unboundhost new file mode 100644 index 000000000..e69de29bb -- 2.40.0