System tests run in out-of-tree directory fail to find testcrypto.sh and
produce:
/bin/bash: ../testcrypto.sh: No such file or directory
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