From: Evan Hunt Date: Mon, 4 Dec 2017 23:46:56 +0000 (-0800) Subject: [master] fix test descriptions X-Git-Tag: v9.12.0rc1~14 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=f30019645c55db2943dffccbfd19bfed473c35ef;p=thirdparty%2Fbind9.git [master] fix test descriptions --- diff --git a/bin/tests/system/autosign/tests.sh b/bin/tests/system/autosign/tests.sh index 152843d87c5..2fd331643bb 100644 --- a/bin/tests/system/autosign/tests.sh +++ b/bin/tests/system/autosign/tests.sh @@ -1231,7 +1231,7 @@ if [ "$lret" != 0 ]; then ret=$lret; fi if [ $ret != 0 ]; then echo "I:failed"; fi status=`expr $status + $ret` -echo "I:check that zone with inactive zsk is properly autosigned ($n)" +echo "I:check that zone with inactive ZSK and active KSK is properly autosigned ($n)" ret=0 $DIG $DIGOPTS @10.53.0.3 axfr inaczsk2.example > dig.out.ns3.out grep "SOA 7 2" dig.out.ns3.out > /dev/null || ret=1 diff --git a/bin/tests/system/inline/tests.sh b/bin/tests/system/inline/tests.sh index f2da117d592..6b4042f3f31 100755 --- a/bin/tests/system/inline/tests.sh +++ b/bin/tests/system/inline/tests.sh @@ -6,8 +6,6 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -# $Id: tests.sh,v 1.18 2012/02/23 06:53:15 marka Exp $ - SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh @@ -1023,7 +1021,7 @@ if [ $ret != 0 ]; then echo "I:failed"; fi status=`expr $status + $ret` n=`expr $n + 1` -echo "I:testing checking that inline signing works with inactive KSK ($n)" +echo "I:testing that inline signing works with inactive ZSK and active KSK ($n)" ret=0 $DIG $DIGOPTS @10.53.0.3 -p 5300 soa inactivezsk > dig.out.ns3.pre.test$n || ret=1