]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fixed an upforwd test error.
authorEvan Hunt <each@isc.org>
Sun, 25 Feb 2018 21:43:14 +0000 (13:43 -0800)
committerEvan Hunt <each@isc.org>
Sun, 25 Feb 2018 21:56:10 +0000 (13:56 -0800)
(cherry picked from commit 54e010d51e18c38455e793565f1716227e77ee94)

bin/tests/system/upforwd/tests.sh

index a892df1ae2f139f8834f3fbf40e5c97f96a5b0e1..4484eb67deb019aa646727090f6c225d678caaef 100644 (file)
@@ -193,7 +193,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`