mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-15 22:09:31 -04:00
increment test number
This commit is contained in:
parent
5ea0100639
commit
e5c2cfdbf9
1 changed files with 1 additions and 0 deletions
|
|
@ -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`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue