]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove extranous rdata in nxrrset call as it is not ingnored in Net::DNS 0.70
authorMark Andrews <marka@isc.org>
Fri, 21 Dec 2012 03:14:28 +0000 (14:14 +1100)
committerMark Andrews <marka@isc.org>
Fri, 21 Dec 2012 03:16:41 +0000 (14:16 +1100)
bin/tests/system/nsupdate/update_test.pl

index d0a1fddbb5210e66bda3dceccc398c21b60471a8..539984162c725f5c14d4a4200e4e20dfd841a19f 100644 (file)
@@ -293,7 +293,7 @@ test("NOERROR", ["pre", yxrrset("d.$zone A 73.80.65.49")]);
 test("NOERROR", ["update",
                 rr_add("d.$zone 300 A 73.80.65.49"),
                 rr_del("d.$zone A")]);
-test("NOERROR", ["pre", nxrrset("d.$zone A 73.80.65.49")]);
+test("NOERROR", ["pre", nxrrset("d.$zone A")]);
 
 test("NOERROR", ["update", rr_del("d.$zone A 73.80.65.49")]);
 test("NOERROR", ["pre", nxrrset("d.$zone A")]);