]> 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:50:46 +0000 (14:50 +1100)
(cherry picked from commit e5c2cfdbf9cfc9811a2df481586331cbff693642)

bin/tests/system/autosign/tests.sh

index 657c44d5730ac7baff5ede96633fa94cb534b556..d42456b49f5eac5ce7d4b99083f186ba2005b9b0 100755 (executable)
@@ -946,6 +946,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`