From d372242f275c3ac3848728814b42d38fb4d56311 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Fri, 6 Jun 2014 09:34:38 +0200 Subject: [PATCH] fix actual issue with pkcs11 variable (a typo in the name), thanks @mind04 --- regression-tests/start-test-stop | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regression-tests/start-test-stop b/regression-tests/start-test-stop index 33a57b902..5b33e470a 100755 --- a/regression-tests/start-test-stop +++ b/regression-tests/start-test-stop @@ -73,7 +73,7 @@ securezone () ../pdns/pdnssec --config-dir=. $configname rectify-zone $zone 2>&1 else # check if PKCS#11 should be used - if [ "$pcks11" -eq 1 ]; then + if [ "$pkcs11" -eq 1 ]; then if [ "$slot" == "" ]; then slot=0 else @@ -261,7 +261,7 @@ fi if [ "${context: -7}" = "-pkcs11" ] then - pcks11=1 + pkcs11=1 context=${context:0:-7} fi -- 2.40.0