mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +00:00
Remove prepare-softhsm2.sh from runtime test
This script is obsoleted because SoftHSM2 is now installed in the image.
This commit is contained in:
parent
ad01bca9fd
commit
0725fcad38
@ -228,8 +228,6 @@ if [ "$(id -u)" -eq 0 ]; then
|
|||||||
TEMP_NAMED_DIR=$(mktemp -d "$(pwd)/ns2/tmp.XXXXXXXX")
|
TEMP_NAMED_DIR=$(mktemp -d "$(pwd)/ns2/tmp.XXXXXXXX")
|
||||||
if [ "$?" -eq 0 ]; then
|
if [ "$?" -eq 0 ]; then
|
||||||
copy_setports ns2/named-alt9.conf.in "${TEMP_NAMED_DIR}/named-alt9.conf"
|
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}"
|
chown -R nobody: "${TEMP_NAMED_DIR}"
|
||||||
chmod 0700 "${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)
|
testpid=$(run_named "${TEMP_NAMED_DIR}" "${TEMP_NAMED_DIR}/named$n.run" -u nobody -c named-alt9.conf)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user