mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 22:45:39 +00:00
remove extranous rdata in nxrrset call as it is not ingnored in Net::DNS 0.70
This commit is contained in:
@@ -293,7 +293,7 @@ test("NOERROR", ["pre", yxrrset("d.$zone A 73.80.65.49")]);
|
|||||||
test("NOERROR", ["update",
|
test("NOERROR", ["update",
|
||||||
rr_add("d.$zone 300 A 73.80.65.49"),
|
rr_add("d.$zone 300 A 73.80.65.49"),
|
||||||
rr_del("d.$zone A")]);
|
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", ["update", rr_del("d.$zone A 73.80.65.49")]);
|
||||||
test("NOERROR", ["pre", nxrrset("d.$zone A")]);
|
test("NOERROR", ["pre", nxrrset("d.$zone A")]);
|
||||||
|
Reference in New Issue
Block a user