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
29beab13
Commit
29beab13
authored
Feb 05, 2015
by
Evan Hunt
Browse files
[master] fix "initialize with revoked key" test, add missing newline
parent
ef3cf42d
Changes
2
Hide whitespace changes
Inline
Side-by-side
bin/named/server.c
View file @
29beab13
...
...
@@ -10734,6 +10734,7 @@ mkey_status(dns_view_t *view, isc_buffer_t **text) {
}
CHECK
(
mkey_dumpzone
(
view
,
text
));
CHECK
(
putstr
(
text
,
"
\n
"
));
cleanup:
return
(
result
);
...
...
bin/tests/system/dnssec/tests.sh
View file @
29beab13
...
...
@@ -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
`
...
...
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