]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Use @abs_top_builddir@ to define BIND 9 top build directory in conf.sh
authorOndřej Surý <ondrej@sury.org>
Thu, 8 Nov 2018 07:51:36 +0000 (14:51 +0700)
committerOndřej Surý <ondrej@sury.org>
Wed, 14 Nov 2018 17:24:53 +0000 (18:24 +0100)
bin/tests/system/conf.sh.in

index 212897e54f6e64adc0249b08f19d43c861872920..8bb5a7f42828a8da30ba3586fde48242eeb4f2dd 100644 (file)
 #
 
 # Find the top of the BIND9 tree.
-TOP=${SYSTEMTESTTOP:=.}/../../..
-
-# Make it absolute so that it continues to work after we cd.
-TOP=`cd $TOP && pwd`
+TOP=@abs_top_builddir@
 
 # Default algorithm for testing
 DEFAULT_ALGORITHM=ECDSAP256SHA256