From: Mark Andrews Date: Fri, 8 Dec 2017 03:48:31 +0000 (+1100) Subject: increment test number X-Git-Tag: v9.12.1b1~172 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=e5c2cfdbf9cfc9811a2df481586331cbff693642;p=thirdparty%2Fbind9.git increment test number --- diff --git a/bin/tests/system/autosign/tests.sh b/bin/tests/system/autosign/tests.sh index 8e8d2bbaf0f..f25a00bbf1b 100755 --- a/bin/tests/system/autosign/tests.sh +++ b/bin/tests/system/autosign/tests.sh @@ -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`