]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove prepare-softhsm2.sh from runtime test
authorMatthijs Mekking <matthijs@isc.org>
Mon, 13 Dec 2021 16:10:56 +0000 (17:10 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Thu, 27 Jan 2022 09:46:58 +0000 (10:46 +0100)
This script is obsoleted because SoftHSM2 is now installed in the
image.

bin/tests/system/runtime/tests.sh

index ddba6390e91fa26ca2ec2c419930b0099290f0a9..50355e6912170de054ff86683a04853d64f40dfa 100644 (file)
@@ -228,8 +228,6 @@ if [ "$(id -u)" -eq 0 ]; then
     TEMP_NAMED_DIR=$(mktemp -d "$(pwd)/ns2/tmp.XXXXXXXX")
     if [ "$?" -eq 0 ]; then
        copy_setports ns2/named-alt9.conf.in "${TEMP_NAMED_DIR}/named-alt9.conf"
-       export SOFTHSM2_CONF="${TEMP_NAMED_DIR}/softhsm2.conf"
-       sh "$TOP_SRCDIR/bin/tests/prepare-softhsm2.sh"
        chown -R nobody: "${TEMP_NAMED_DIR}"
        chmod 0700 "${TEMP_NAMED_DIR}"
        testpid=$(run_named "${TEMP_NAMED_DIR}" "${TEMP_NAMED_DIR}/named$n.run" -u nobody -c named-alt9.conf)