From: Michal Nowak Date: Wed, 27 Nov 2019 17:19:10 +0000 (+0000) Subject: Fix the UID switch test to work with PKCS#11 build X-Git-Tag: v9.15.7~58^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e00d6503281c0e104ac49b3691b345a751aeeb83;p=thirdparty%2Fbind9.git Fix the UID switch test to work with PKCS#11 build Forward port of 32fe9a0051fc76be4657fc2742e71d2be6193011 by Ondřej Surý. --- diff --git a/bin/tests/system/runtime/tests.sh b/bin/tests/system/runtime/tests.sh index 686ac46241c..9fb45bf85fb 100644 --- a/bin/tests/system/runtime/tests.sh +++ b/bin/tests/system/runtime/tests.sh @@ -209,6 +209,8 @@ if [ "$(id -u)" -eq 0 ] && [ -z "$CYGWIN" ]; 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/util/prepare-softhsm2.sh" chown -R nobody: "${TEMP_NAMED_DIR}" chmod 0700 "${TEMP_NAMED_DIR}" ( cd "${TEMP_NAMED_DIR}" && $NAMED -u nobody -c named-alt9.conf -d 99 -g -U 4 >> named$n.run 2>&1 & ) || ret=1