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
bffe4c15
Commit
bffe4c15
authored
Jun 05, 2000
by
Andreas Gustafsson
Browse files
no need to verify that servers are up as start.sh now
takes care of that; no need to remove dig output before test
parent
029f5aa8
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/tests/system/dnssec/tests.sh
View file @
bffe4c15
...
...
@@ -23,32 +23,7 @@ echo "A:A test to determine online functionality of dnssec tools"
# Perform tests
#
if
[
-f
dig.out.ns2
]
;
then
rm
-f
dig.out.ns2
fi
if
[
-f
dig.out.ns3
]
;
then
rm
-f
dig.out.ns3
fi
if
[
-f
dig.out.ns4
]
;
then
rm
-f
dig.out.ns4
fi
# Make sure all of the servers are up
status
=
0
;
../../../dig/dig +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd
.
\
@10.53.0.2 soa
>
dig.out.ns2
status
=
`
expr
$status
+
$?
`
grep
";"
dig.out.ns2
../../../dig/dig +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd
.
\
@10.53.0.3 soa
>
dig.out.ns3
status
=
`
expr
$status
+
$?
`
grep
";"
dig.out.ns3
../../../dig/dig +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd
.
\
@10.53.0.4 soa
>
dig.out.ns4
status
=
`
expr
$status
+
$?
`
grep
";"
dig.out.ns4
status
=
0
rm
-f
dig.out.
*
...
...
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