[master] fix test descriptions

This commit is contained in:
Evan Hunt
2017-12-04 15:46:56 -08:00
parent b695f77533
commit f30019645c
2 changed files with 2 additions and 4 deletions

View File

@@ -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