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
76a17033
Commit
76a17033
authored
Sep 07, 2014
by
Mark Andrews
Browse files
also fix the expected count
parent
48179343
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/tests/system/nsupdate/tests.sh
View file @
76a17033
...
...
@@ -620,7 +620,7 @@ done
wait
dig axfr many.test @10.53.0.1
-p
5300
>
dig.out.test
$n
lines
=
`
awk
'$4 == "A" { l++ } END { print l }'
dig.out.test
$n
`
test
${
lines
:-
0
}
-eq
289
||
ret
=
1
test
${
lines
:-
0
}
-eq
64
||
ret
=
1
[
$ret
=
0
]
||
{
echo
I:failed
;
status
=
1
;
}
echo
"I:exit status:
$status
"
...
...
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