[master] fix "initialize with revoked key" test, add missing newline

This commit is contained in:
Evan Hunt
2015-02-05 23:53:12 -08:00
parent ef3cf42de0
commit 29beab1340
2 changed files with 2 additions and 1 deletions

View File

@@ -3038,7 +3038,7 @@ cp ns5/named2.conf ns5/named.conf
$RNDC -c ../common/rndc.conf -s 10.53.0.5 -p 9953 reconfig 2>&1 | sed 's/^/I:ns5 /'
sleep 3
$DIG $DIGOPTS +dnssec -p 5300 @10.53.0.5 SOA . > dig.out.ns5.test$n
grep "status: NOERROR" dig.out.ns5.test$n > /dev/null || ret=1
grep "status: SERVFAIL" dig.out.ns5.test$n > /dev/null || ret=1
n=`expr $n + 1`
if [ $ret != 0 ]; then echo "I:failed"; fi
status=`expr $status + $ret`