]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
cleanup
authorMark Andrews <marka@isc.org>
Tue, 9 May 2017 01:21:22 +0000 (11:21 +1000)
committerMark Andrews <marka@isc.org>
Tue, 9 May 2017 01:21:22 +0000 (11:21 +1000)
bin/tests/system/rndc/tests.sh

index 4895ff9bd69767b74b5b6fb7b528c4e1514e9028..3409d5994d219522bb78263206f984bd6ed627c0 100644 (file)
@@ -313,7 +313,7 @@ if [ $ret != 0 ]; then echo "I:failed"; fi
 status=`expr $status + $ret`
 
 n=`expr $n + 1`
-echo "I:test using second key($n)"
+echo "I:test using second key ($n)"
 ret=0
 $RNDC -s 10.53.0.2 -p 9953 -c ns2/secondkey.conf status > /dev/null || ret=1
 if [ $ret != 0 ]; then echo "I:failed"; fi