increment test number

This commit is contained in:
Mark Andrews 2017-12-08 14:48:31 +11:00
parent 5ea0100639
commit e5c2cfdbf9

View file

@ -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`