From: Mark Andrews Date: Thu, 19 Nov 2020 03:43:06 +0000 (+1100) Subject: bin/tests/system/stop.sh was not working X-Git-Tag: v9.17.8~36^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da1243fe9d7b56c95c374e12b157f337fddf5ab2;p=thirdparty%2Fbind9.git bin/tests/system/stop.sh was not working It failed to export builddir srcdir resulting in stop.pl failing when these where looked for in the environment. --- diff --git a/bin/tests/system/stop.sh.in b/bin/tests/system/stop.sh.in index 1d5fb19846d..ac3964e63c7 100644 --- a/bin/tests/system/stop.sh.in +++ b/bin/tests/system/stop.sh.in @@ -15,4 +15,6 @@ srcdir=@srcdir@ # shellcheck source=conf.sh . "${builddir}/conf.sh" +export builddir srcdir + $PERL "${srcdir}/stop.pl" "$@"