From: Matthijs Mekking Date: Wed, 24 Mar 2021 07:48:23 +0000 (+0100) Subject: Add kasp.sh to run.sh.in script X-Git-Tag: v9.17.12~25^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=93ed2150654d7d6e1e30e9a09084386dfb9ffe82;p=thirdparty%2Fbind9.git Add kasp.sh to run.sh.in script Add kasp.sh to the list of scripts copied from the source directory to the build directory before any test is run. This will fix the out-of-tree test failures introduced in commit ecb073bdd6b1ff5ad07293c1db190cf28df6708e on the 'main' branch. --- diff --git a/bin/tests/system/run.sh.in b/bin/tests/system/run.sh.in index d3f088dcb51..c189c3d0842 100644 --- a/bin/tests/system/run.sh.in +++ b/bin/tests/system/run.sh.in @@ -92,7 +92,7 @@ if [ "${srcdir}" != "${builddir}" ]; then cp -a "${srcdir}/common" "${builddir}" fi # Some tests require additional files to work for out-of-tree test runs. - for file in ckdnsrps.sh digcomp.pl ditch.pl packet.pl start.pl stop.pl testcrypto.sh; do + for file in ckdnsrps.sh digcomp.pl ditch.pl kasp.sh packet.pl start.pl stop.pl testcrypto.sh; do if [ ! -r "${file}" ]; then cp -a "${srcdir}/${file}" "${builddir}" fi