mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 19:02:05 -04:00
Merge branch 'upforwd-error' into 'master'
Resolve "upforwd test error" See merge request isc-projects/bind9!72
This commit is contained in:
commit
cfa35420ee
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ then
|
|||
update add unsigned.example2. 600 TXT Foo
|
||||
send
|
||||
EOF
|
||||
$DIG unsigned.example2 A @10.53.0.1 > dig.out.ns1.test$n
|
||||
$DIG -p ${PORT} unsigned.example2 A @10.53.0.1 > dig.out.ns1.test$n
|
||||
grep "status: NOERROR" dig.out.ns1.test$n > /dev/null || ret=1
|
||||
if [ $ret != 0 ] ; then echo_i "failed"; fi
|
||||
status=`expr $status + $ret`
|
||||
|
|
|
|||
Loading…
Reference in a new issue