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
cbad8561
Commit
cbad8561
authored
May 01, 2016
by
Mark Andrews
Browse files
support truncated hashes longer that 7
(cherry picked from commit 5b291f619e312689e25de8fd5662b0b9d4a62679)
parent
3241ddcf
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/tests/system/builtin/tests.sh
View file @
cbad8561
...
...
@@ -56,7 +56,7 @@ n=`expr $n + 1`
ret
=
0
echo
"I:Checking that custom version works for rndc (
$n
)"
$RNDC
-c
../common/rndc.conf
-s
10.53.0.3
-p
9953 status
>
rndc.status.ns3.
$n
2>&1
grep
"^version: BIND
$VERSION
${
DESCRIPTION
}${
DESCRIPTION
:+
}
<id:.......> (this is a test of version)"
rndc.status.ns3.
$n
>
/dev/null
||
ret
=
1
grep
"^version: BIND
$VERSION
${
DESCRIPTION
}${
DESCRIPTION
:+
}
<id:.......
.*
> (this is a test of version)"
rndc.status.ns3.
$n
>
/dev/null
||
ret
=
1
if
[
$ret
!=
0
]
;
then
echo
I:failed
;
status
=
`
expr
$status
+
$ret
`
;
fi
n
=
`
expr
$n
+ 1
`
...
...
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