Skip to content
GitLab
Menu
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
bdbf6ede
Commit
bdbf6ede
authored
Dec 13, 2018
by
Curtis Blackburn
Committed by
Evan Hunt
Dec 14, 2018
Browse files
missed one in the digdelv test
parent
ba1b9ca4
Changes
1
Show whitespace changes
Inline
Side-by-side
bin/tests/system/digdelv/tests.sh
View file @
bdbf6ede
...
...
@@ -520,7 +520,7 @@ if [ -x "$DIG" ] ; then
echo_i
"check that dig -q -m works (
$n
)"
ret
=
0
dig_with_opts @10.53.0.3
-q
-m
>
dig.out.test
$n
2>&1
grep
'^;-m\..*IN.*A$'
dig.out.test
$n
>
/dev/null
||
ret
=
1
tr
-d
'\r'
< dig.out.test
$n
|
grep
'^;-m\..*IN.*A$'
>
/dev/null
||
ret
=
1
grep
"Dump of all outstanding memory allocations"
dig.out.test
$n
>
/dev/null
&&
ret
=
1
if
[
$ret
-ne
0
]
;
then
echo_i
"failed"
;
fi
status
=
$((
status+ret
))
...
...
Curtis Blackburn
@ckb
mentioned in commit
66fdedfd
·
Dec 15, 2018
mentioned in commit
66fdedfd
mentioned in commit 66fdedfd7b26b4d482ec838b07563567211d286f
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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