]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
increment test number
authorMark Andrews <marka@isc.org>
Fri, 8 Dec 2017 03:48:31 +0000 (14:48 +1100)
committerMark Andrews <marka@isc.org>
Fri, 8 Dec 2017 03:48:31 +0000 (14:48 +1100)
bin/tests/system/autosign/tests.sh

index 8e8d2bbaf0f987be6694a5b7bb5f42fcc38bca4b..f25a00bbf1b5aef63c76dde52c449de64978e162 100755 (executable)
@@ -941,6 +941,7 @@ newinception=`$DIG $DIGOPTS +short soa prepub.example @10.53.0.3 | awk '/SOA/ {p
 
 [ "$oldserial" = "$newserial" ] && ret=1
 [ "$oldinception" = "$newinception" ] && ret=1
+n=`expr $n + 1`
 if [ $ret != 0 ]; then echo "I:failed"; fi
 status=`expr $status + $ret`