]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove unsupported command line argument (-4) from nsupdate call
authorMark Andrews <marka@isc.org>
Thu, 1 Mar 2018 05:44:03 +0000 (16:44 +1100)
committerMichał Kępień <michal@isc.org>
Thu, 1 Mar 2018 12:56:16 +0000 (13:56 +0100)
(cherry picked from commit ac3d2a0ed9384610288e20565f36acbaa6f7c40b)

bin/tests/system/nsupdate/tests.sh

index e4aaa9ed16bf4517520982710bed4df865046345..9e2fc5a06ed96d1a2b27234158cd854690aefc9f 100644 (file)
@@ -181,7 +181,7 @@ grep "mx03.example.nil/MX:.*MX is an address" ns1/named.run > /dev/null 2>&1 &&
 
 ret=0
 echo_i "ensure 'check-mx warn' allows adding MX records containing an address with a warning"
-$NSUPDATE -4 -l -p ${PORT} -k ns1/session.key > nsupdate.out 2>&1 << END || ret=1
+$NSUPDATE -l -p ${PORT} -k ns1/session.key > nsupdate.out 2>&1 << END || ret=1
 update add mx03.other.nil 600 IN MX 10 10.53.0.1
 send
 END