]> 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:04 +0000 (13:56 -0800)
(cherry picked from commit 54e010d51e18c38455e793565f1716227e77ee94)

bin/tests/system/upforwd/tests.sh

index 8748eddd86a1563326e5bd9ed7103e0241ced3b9..d3e4e836438091a8e1392567fea046f1c3357817 100644 (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`