From: Evan Hunt Date: Sun, 25 Feb 2018 21:43:14 +0000 (-0800) Subject: fixed an upforwd test error. X-Git-Tag: v9.13.0~138^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=54e010d51e18c38455e793565f1716227e77ee94;p=thirdparty%2Fbind9.git fixed an upforwd test error. --- diff --git a/bin/tests/system/upforwd/tests.sh b/bin/tests/system/upforwd/tests.sh index aec19ce92f5..439f3c996c0 100644 --- a/bin/tests/system/upforwd/tests.sh +++ b/bin/tests/system/upforwd/tests.sh @@ -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`