mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 22:45:39 +00:00
remove broken redundant test
This commit is contained in:
@@ -2023,14 +2023,5 @@ n=`expr $n + 1`
|
|||||||
if [ $ret != 0 ]; then echo "I:failed"; fi
|
if [ $ret != 0 ]; then echo "I:failed"; fi
|
||||||
status=`expr $status + $ret`
|
status=`expr $status + $ret`
|
||||||
|
|
||||||
echo "I:check dnssec-dsfromkey from stdin($n)"
|
|
||||||
ret=0
|
|
||||||
$DIG $DIGOPTS dnskey algroll. @10.53.0.2 | \
|
|
||||||
$DSFROMKEY -f - algroll. > dig.out.ns2.test$n || ret=1
|
|
||||||
diff -b dig.out.ns2.test$n ns1/dsset-algroll. > /dev/null 2>&1 || ret=1
|
|
||||||
n=`expr $n + 1`
|
|
||||||
if [ $ret != 0 ]; then echo "I:failed"; fi
|
|
||||||
status=`expr $status + $ret`
|
|
||||||
|
|
||||||
echo "I:exit status: $status"
|
echo "I:exit status: $status"
|
||||||
exit $status
|
exit $status
|
||||||
|
Reference in New Issue
Block a user