mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-15 22:09:31 -04:00
[master] use $DIG not dig
This commit is contained in:
parent
d7ab0204e2
commit
e3f231023c
1 changed files with 7 additions and 7 deletions
|
|
@ -46,13 +46,13 @@ status=`expr $status + $ret`
|
|||
|
||||
echo "I:check repeated recursive lookups of non recurring zero ttl responses get new values"
|
||||
count=`(
|
||||
dig +short -p 5300 @10.53.0.3 foo.increment
|
||||
dig +short -p 5300 @10.53.0.3 foo.increment
|
||||
dig +short -p 5300 @10.53.0.3 foo.increment
|
||||
dig +short -p 5300 @10.53.0.3 foo.increment
|
||||
dig +short -p 5300 @10.53.0.3 foo.increment
|
||||
dig +short -p 5300 @10.53.0.3 foo.increment
|
||||
dig +short -p 5300 @10.53.0.3 foo.increment
|
||||
$DIG +short -p 5300 @10.53.0.3 foo.increment
|
||||
$DIG +short -p 5300 @10.53.0.3 foo.increment
|
||||
$DIG +short -p 5300 @10.53.0.3 foo.increment
|
||||
$DIG +short -p 5300 @10.53.0.3 foo.increment
|
||||
$DIG +short -p 5300 @10.53.0.3 foo.increment
|
||||
$DIG +short -p 5300 @10.53.0.3 foo.increment
|
||||
$DIG +short -p 5300 @10.53.0.3 foo.increment
|
||||
) | sort -u | wc -l `
|
||||
if [ $count -ne 7 ] ; then echo "I:failed (count=$count)"; ret=1; fi
|
||||
status=`expr $status + $ret`
|
||||
|
|
|
|||
Loading…
Reference in a new issue