mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 18:00:00 -04:00
adjust looping threshold from 10 to 15
This commit is contained in:
parent
cecbe5bc42
commit
4d5ef03723
1 changed files with 1 additions and 1 deletions
|
|
@ -1285,7 +1285,7 @@ status=`expr $status + $ret`
|
|||
echo "I:check that named doesn't loop when all private keys are not available ($n)"
|
||||
ret=0
|
||||
lines=`grep "reading private key file expiring.example" ns3/named.run | wc -l`
|
||||
test ${lines:-1000} -lt 10 || ret=1
|
||||
test ${lines:-1000} -lt 15 || ret=1
|
||||
n=`expr $n + 1`
|
||||
if [ $ret != 0 ]; then echo "I:failed"; fi
|
||||
status=`expr $status + $ret`
|
||||
|
|
|
|||
Loading…
Reference in a new issue