]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix missing test counter
authorEvan Hunt <each@isc.org>
Sun, 19 May 2019 04:14:33 +0000 (21:14 -0700)
committerEvan Hunt <each@isc.org>
Sun, 19 May 2019 04:14:33 +0000 (21:14 -0700)
bin/tests/system/mkeys/tests.sh

index dee675bdd4d1c5b6c4a9737c956e0760a5644029..eacfd45bcedcce57248c67774d7497d906faa4c4 100644 (file)
@@ -766,6 +766,7 @@ wait_for_log "Cannot compute tag for key in zone \.: algorithm is unsupported" n
 if [ $ret != 0 ]; then echo_i "failed"; fi
 status=`expr $status + $ret`
 
+n=`expr $n + 1`
 echo_i "check 'rndc managed-keys' and views ($n)"
 ret=0
 $RNDCCMD 10.53.0.7 managed-keys refresh in view1 > rndc.out.ns7.view1.test$n || ret=1