]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add missing test number increment
authorMark Andrews <marka@isc.org>
Sun, 29 Oct 2017 21:50:00 +0000 (08:50 +1100)
committerMark Andrews <marka@isc.org>
Sun, 29 Oct 2017 21:50:00 +0000 (08:50 +1100)
bin/tests/system/checkconf/tests.sh

index 27303aefa30ea5ccf36200d9bcf3b668ca578fbd..ebb64fa5687f75a45eb20307583e119e630b835c 100644 (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`