From fe2fb706d74b0db032c21dc9ae35d2e2810d7422 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 21 Dec 2012 14:14:28 +1100 Subject: [PATCH] remove extranous rdata in nxrrset call as it is not ingnored in Net::DNS 0.70 --- bin/tests/system/nsupdate/update_test.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tests/system/nsupdate/update_test.pl b/bin/tests/system/nsupdate/update_test.pl index d0a1fddbb5..539984162c 100644 --- a/bin/tests/system/nsupdate/update_test.pl +++ b/bin/tests/system/nsupdate/update_test.pl @@ -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")]);