Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
53e52b46
Commit
53e52b46
authored
Nov 28, 2012
by
Mark Andrews
Browse files
adjust looping threshold from 10 to 15
parent
8f9a5ae8
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/tests/system/dnssec/tests.sh
View file @
53e52b46
...
...
@@ -1960,7 +1960,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
1
0
||
ret
=
1
test
${
lines
:-
1000
}
-lt
1
5
||
ret
=
1
n
=
`
expr
$n
+ 1
`
if
[
$ret
!=
0
]
;
then
echo
"I:failed"
;
fi
status
=
`
expr
$status
+
$ret
`
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment