From: Peter van Dijk Date: Fri, 6 Jun 2014 07:34:38 +0000 (+0200) Subject: fix actual issue with pkcs11 variable (a typo in the name), thanks @mind04 X-Git-Tag: rec-3.6.0~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d372242f275c3ac3848728814b42d38fb4d56311;p=thirdparty%2Fpdns.git fix actual issue with pkcs11 variable (a typo in the name), thanks @mind04 --- diff --git a/regression-tests/start-test-stop b/regression-tests/start-test-stop index 33a57b9022..5b33e470a3 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