]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove space before 'failed'
authorMark Andrews <marka@isc.org>
Thu, 6 Feb 2020 03:13:02 +0000 (14:13 +1100)
committerMark Andrews <marka@isc.org>
Fri, 7 Feb 2020 21:48:46 +0000 (21:48 +0000)
(cherry picked from commit 0d5ec0c7dc68541b8688039acbcaddf4f22f4ae3)

bin/tests/system/chain/tests.sh

index bfa81d8248346d35dfe16b2fd65eb2d2071fc2b2..f05b2f2f8845d4c31a912ae443ab2aac0f86ec1b 100644 (file)
@@ -158,7 +158,7 @@ ret=0
 $RNDCCMD 10.53.0.7 null --- start test$n --- 2>&1 | sed 's/^/ns7 /' | cat_i
 $DIG $DIGOPTS @10.53.0.7 c.example > dig.out.$n
 grep "status: NOERROR" dig.out.$n > /dev/null || ret=1
-if [ $ret != 0 ]; then echo_i " failed"; fi
+if [ $ret != 0 ]; then echo_i "failed"; fi
 status=`expr $status + $ret`
 
 n=`expr $n + 1`
@@ -167,7 +167,7 @@ ret=0
 $RNDCCMD 10.53.0.7 null --- start test$n --- 2>&1 | sed 's/^/ns7 /' | cat_i
 $DIG $DIGOPTS @10.53.0.7 d.example > dig.out.$n
 grep "status: NOERROR" dig.out.$n > /dev/null || ret=1
-if [ $ret != 0 ]; then echo_i " failed"; fi
+if [ $ret != 0 ]; then echo_i "failed"; fi
 status=`expr $status + $ret`
 
 n=`expr $n + 1`