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