]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Copy testcrypto.sh to out-of-tree directory
authorMichal Nowak <mnowak@isc.org>
Mon, 15 Feb 2021 12:31:37 +0000 (13:31 +0100)
committerMichal Nowak <mnowak@isc.org>
Wed, 17 Feb 2021 15:35:21 +0000 (16:35 +0100)
System tests run in out-of-tree directory fail to find testcrypto.sh and
produce:

    /bin/bash: ../testcrypto.sh: No such file or directory

bin/tests/system/run.sh.in

index 819d1650fe4375bedff81bd61e547da59e254d6c..146b499581c35962f37750e810fcec79bbeb2d62 100644 (file)
@@ -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