mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-23 07:07:00 -04:00
no need to look for version.bind. on port 53 now that all tests
run at 5300
This commit is contained in:
parent
a6ec6daa1a
commit
8a99c43727
1 changed files with 0 additions and 4 deletions
|
|
@ -63,11 +63,7 @@ status=0
|
|||
for d in ns*
|
||||
do
|
||||
n=`echo $d | sed 's/ns//'`
|
||||
# Until all scripts have been converted to use port 5300,
|
||||
# tests for port 53, too.
|
||||
$DIG +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd -p 5300 \
|
||||
version.bind. chaos txt @10.53.0.$n soa > dig.out ||
|
||||
$DIG +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd -p 53 \
|
||||
version.bind. chaos txt @10.53.0.$n soa > dig.out
|
||||
status=`expr $status + $?`
|
||||
grep ";" dig.out
|
||||
|
|
|
|||
Loading…
Reference in a new issue