From 40e1e659b6be172eba590ab52e33fed094b3f2c6 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 30 Oct 2017 08:50:00 +1100 Subject: [PATCH] add missing test number increment --- bin/tests/system/checkconf/tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/tests/system/checkconf/tests.sh b/bin/tests/system/checkconf/tests.sh index 27303aefa3..ebb64fa568 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`