Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Timothe Litt
BIND
Commits
ae395e5f
Commit
ae395e5f
authored
Dec 21, 2012
by
Mark Andrews
Browse files
remove extranous rdata in nxrrset call as it is not ingnored in Net::DNS 0.70
parent
ab91ece5
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/tests/system/nsupdate/update_test.pl
View file @
ae395e5f
...
...
@@ -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
")]);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment