]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Use absolute paths for RECCONTROL etc. 4034/head
authorPieter Lexis <pieter.lexis@powerdns.com>
Thu, 23 Jun 2016 15:00:01 +0000 (17:00 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Thu, 23 Jun 2016 15:00:01 +0000 (17:00 +0200)
Closes #3946

regression-tests.recursor/config.sh

index 3207c4d97eb994a3a8bfde500a6459403ae53aec..549c7e0f94f60e30795abcc3369a97694d93b653 100755 (executable)
@@ -4,9 +4,9 @@ if [ "${PDNS_DEBUG}" = "YES" ]; then
   set -x
 fi
 
-export PDNS=${PDNS:-../../../pdns/pdns_server}
-export PDNSRECURSOR=${PDNSRECURSOR:-../../../pdns/recursordist/pdns_recursor}
-export RECCONTROL=${RECCONTROL:-../../../pdns/recursordist/rec_control}
+export PDNS=${PDNS:-${PWD}/../pdns/pdns_server}
+export PDNSRECURSOR=${PDNSRECURSOR:-${PWD}/../pdns/recursordist/pdns_recursor}
+export RECCONTROL=${RECCONTROL:-${PWD}/../pdns/recursordist/rec_control}
 
 . ./vars