From: Ondřej Surý Date: Thu, 8 Nov 2018 07:51:36 +0000 (+0700) Subject: Use @abs_top_builddir@ to define BIND 9 top build directory in conf.sh X-Git-Tag: v9.13.4~28^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02b828e63f94b63ee0e73bc2a6fe0e3bac47db39;p=thirdparty%2Fbind9.git Use @abs_top_builddir@ to define BIND 9 top build directory in conf.sh --- diff --git a/bin/tests/system/conf.sh.in b/bin/tests/system/conf.sh.in index 212897e54f6..8bb5a7f4282 100644 --- a/bin/tests/system/conf.sh.in +++ b/bin/tests/system/conf.sh.in @@ -15,10 +15,7 @@ # # 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