]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
bin/tests/system/stop.sh was not working
authorMark Andrews <marka@isc.org>
Thu, 19 Nov 2020 03:43:06 +0000 (14:43 +1100)
committerMark Andrews <marka@isc.org>
Thu, 19 Nov 2020 05:15:26 +0000 (16:15 +1100)
It failed to export builddir srcdir resulting in stop.pl failing
when these where looked for in the environment.

bin/tests/system/stop.sh.in

index 1d5fb19846d5c749f864a6ea03c1bb01ecd768a0..ac3964e63c75836afd9a6aab1c49bdfeeba6f0a3 100644 (file)
@@ -15,4 +15,6 @@ srcdir=@srcdir@
 # shellcheck source=conf.sh
 . "${builddir}/conf.sh"
 
+export builddir srcdir
+
 $PERL "${srcdir}/stop.pl" "$@"