From: Michal Nowak Date: Mon, 15 Feb 2021 12:31:37 +0000 (+0100) Subject: Copy testcrypto.sh to out-of-tree directory X-Git-Tag: v9.17.11~44^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e48d7db13a0a63dcd8782741b3492a05e5ac5a53;p=thirdparty%2Fbind9.git Copy testcrypto.sh to out-of-tree directory System tests run in out-of-tree directory fail to find testcrypto.sh and produce: /bin/bash: ../testcrypto.sh: No such file or directory --- diff --git a/bin/tests/system/run.sh.in b/bin/tests/system/run.sh.in index 819d1650fe4..146b499581c 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; do + for file in ckdnsrps.sh digcomp.pl ditch.pl packet.pl start.pl stop.pl testcrypto.sh; do if [ ! -r "${file}" ]; then cp -a "${srcdir}/${file}" "${builddir}" fi