fixed an upforwd test error.

(cherry picked from commit 54e010d51e)
This commit is contained in:
Evan Hunt 2018-02-25 13:43:14 -08:00
parent cd3602b6a8
commit d965560e41

View file

@ -184,7 +184,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`