Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
37176663
Commit
37176663
authored
Feb 17, 2016
by
Mark Andrews
Browse files
don't used class in grep e.g. [:space:]
parent
9dde9ce5
Changes
3
Hide whitespace changes
Inline
Side-by-side
bin/tests/system/digdelv/tests.sh
View file @
37176663
...
...
@@ -41,7 +41,7 @@ if [ -x ${DIG} ] ; then
echo
"I:checking dig +unknownformat works (
$n
)"
ret
=
0
$DIG
$DIGOPTS
@10.53.0.3 +unknownformat a a.example
>
dig.out.test
$n
||
ret
=
1
grep
"CLASS1[
[:space:]][[:space:]]*TYPE1[[:space:]][[:space:]
]*
\\\\
# 4 0A000001"
< dig.out.test
$n
>
/dev/null
||
ret
=
1
grep
"CLASS1[
][ ]*TYPE1[ ][
]*
\\\\
# 4 0A000001"
< dig.out.test
$n
>
/dev/null
||
ret
=
1
if
[
$ret
!=
0
]
;
then
echo
"I:failed"
;
fi
status
=
`
expr
$status
+
$ret
`
...
...
@@ -198,7 +198,7 @@ if [ -x ${DIG} ] ; then
n
=
`
expr
$n
+ 1
`
echo
"I:checking dig @IPv6addr -4 A a.example (
$n
)"
if
$TESTSOCK6
fd92:7065:b8e:ffff::2
if
$TESTSOCK6
fd92:7065:b8e:ffff::2
2>/dev/null
then
ret
=
0
$DIG
$DIGOPTS
+tcp @fd92:7065:b8e:ffff::2
-4
A a.example
>
dig.out.test
$n
2>&1
&&
ret
=
1
...
...
@@ -211,7 +211,7 @@ if [ -x ${DIG} ] ; then
n
=
`
expr
$n
+ 1
`
echo
"I:checking dig @IPv4addr -6 +mapped A a.example (
$n
)"
if
$TESTSOCK6
fd92:7065:b8e:ffff::2
if
$TESTSOCK6
fd92:7065:b8e:ffff::2
2>/dev/null
then
ret
=
0
ret
=
0
...
...
@@ -225,7 +225,7 @@ if [ -x ${DIG} ] ; then
n
=
`
expr
$n
+ 1
`
echo
"I:checking dig +tcp @IPv4addr -6 +nomapped A a.example (
$n
)"
if
$TESTSOCK6
fd92:7065:b8e:ffff::2
if
$TESTSOCK6
fd92:7065:b8e:ffff::2
2>/dev/null
then
ret
=
0
ret
=
0
...
...
@@ -239,7 +239,7 @@ if [ -x ${DIG} ] ; then
n
=
`
expr
$n
+ 1
`
echo
"I:checking dig +notcp @IPv4addr -6 +nomapped A a.example (
$n
)"
if
$TESTSOCK6
fd92:7065:b8e:ffff::2
if
$TESTSOCK6
fd92:7065:b8e:ffff::2
2>/dev/null
then
ret
=
0
ret
=
0
...
...
@@ -349,13 +349,13 @@ if [ -x ${DELV} ] ; then
echo
"I:checking delv +unknownformat works (
$n
)"
ret
=
0
$DELV
$DELVOPTS
@10.53.0.3 +unknownformat a a.example
>
delv.out.test
$n
||
ret
=
1
grep
"CLASS1[
[:space:]][[:space:]]*TYPE1[[:space:]][[:space:]
]*
\\\\
# 4 0A000001"
< delv.out.test
$n
>
/dev/null
||
ret
=
1
grep
"CLASS1[
][ ]*TYPE1[ ][
]*
\\\\
# 4 0A000001"
< delv.out.test
$n
>
/dev/null
||
ret
=
1
if
[
$ret
!=
0
]
;
then
echo
"I:failed"
;
fi
status
=
`
expr
$status
+
$ret
`
n
=
`
expr
$n
+ 1
`
echo
"I:checking delv with IPv6 on IPv4 does not work (
$n
)"
if
$TESTSOCK6
fd92:7065:b8e:ffff::3
if
$TESTSOCK6
fd92:7065:b8e:ffff::3
2>/dev/null
then
ret
=
0
# following should fail because @IPv4 overrides earlier @IPv6 above
...
...
bin/tests/system/mkeys/tests.sh
View file @
37176663
...
...
@@ -28,8 +28,8 @@ DELVOPTS="-a ns1/trusted.conf -p 5300"
echo
"I: check for signed record (
$n
)"
ret
=
0
$DIG
$DIGOPTS
+norec example. @10.53.0.1 TXT
>
dig.out.ns1.test
$n
||
ret
=
1
grep
"^example
\.
[
[:space:]
]*[0-9].*[
[:space:]]*IN[[:space:]]*TXT[[:space:]
]*
\"
This is a test
\.\"
"
dig.out.ns1.test
$n
>
/dev/null
||
ret
=
1
grep
"^example
\.
[
[:space:]
]*[0-9].*[
[:space:]]*IN[[:space:]]*RRSIG[[:space:]]*TXT[[:space:]
]"
dig.out.ns1.test
$n
>
/dev/null
||
ret
=
1
grep
"^example
\.
[
]*[0-9].*[
]*IN[ ]*TXT[
]*
\"
This is a test
\.\"
"
dig.out.ns1.test
$n
>
/dev/null
||
ret
=
1
grep
"^example
\.
[
]*[0-9].*[
]*IN[ ]*RRSIG[ ]*TXT[
]"
dig.out.ns1.test
$n
>
/dev/null
||
ret
=
1
if
[
$ret
!=
0
]
;
then
echo
"I:failed"
;
fi
status
=
`
expr
$status
+
$ret
`
...
...
bin/tests/system/rpzrecurse/tests.sh
View file @
37176663
...
...
@@ -240,7 +240,7 @@ grep "status: NOERROR" dig.out.${t} > /dev/null 2>&1 || {
echo
"I:test
$t
failed: query failed"
status
=
1
}
grep
"^l2.l1.l0.[
[:space:]]*[0-9]*[[:space:]]*IN[[:space:]]*A[[:space:]
]*10.53.0.2"
dig.out.
${
t
}
>
/dev/null 2>&1
||
{
grep
"^l2.l1.l0.[
]*[0-9]*[ ]*IN[ ]*A[
]*10.53.0.2"
dig.out.
${
t
}
>
/dev/null 2>&1
||
{
echo
"I:test
$t
failed: didn't get expected answer"
status
=
1
}
...
...
Write
Preview
Markdown
is supported
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