]> 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:43:14 +0000 (13:43 -0800)
bin/tests/system/upforwd/tests.sh

index aec19ce92f5503d04fac0d43e71b721570f56a67..439f3c996c05885172ed47631e0dc540bc5275e9 100644 (file)
@@ -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`