mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 15:45:25 +00:00
fixed an upforwd test error.
This commit is contained in:
@@ -187,7 +187,7 @@ then
|
|||||||
update add unsigned.example2. 600 TXT Foo
|
update add unsigned.example2. 600 TXT Foo
|
||||||
send
|
send
|
||||||
EOF
|
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
|
grep "status: NOERROR" dig.out.ns1.test$n > /dev/null || ret=1
|
||||||
if [ $ret != 0 ] ; then echo_i "failed"; fi
|
if [ $ret != 0 ] ; then echo_i "failed"; fi
|
||||||
status=`expr $status + $ret`
|
status=`expr $status + $ret`
|
||||||
|
Reference in New Issue
Block a user