From: Mark Andrews Date: Sun, 29 Oct 2017 21:50:00 +0000 (+1100) Subject: add missing test number increment X-Git-Tag: v9.12.0b2~34 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=40e1e659b6be172eba590ab52e33fed094b3f2c6;p=thirdparty%2Fbind9.git add missing test number increment --- diff --git a/bin/tests/system/checkconf/tests.sh b/bin/tests/system/checkconf/tests.sh index 27303aefa30..ebb64fa5687 100644 --- a/bin/tests/system/checkconf/tests.sh +++ b/bin/tests/system/checkconf/tests.sh @@ -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`