add missing test number increment

This commit is contained in:
Mark Andrews
2017-10-30 08:50:00 +11:00
parent f5e1b555c5
commit 40e1e659b6

View File

@@ -135,6 +135,7 @@ done
if [ $ret != 0 ]; then echo "I:failed"; fi
status=`expr $status + $ret`
n=`expr $n + 1`
echo "I: checking options allowed in inline-signing slaves ($n)"
ret=0
l=`$CHECKCONF bad-dnssec.conf 2>&1 | grep "dnssec-dnskey-kskonly.*requires inline" | wc -l`