Skip to content
Snippets Groups Projects
Commit 844b53a3 authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

tests-extra: dnssec-verify, ignore KSK flag setting

parent db4d4616
Branches
Tags
No related merge requests found
......@@ -118,7 +118,7 @@ class ZoneFile(object):
# note: convert origin to lower case due to a bug in dnssec-verify
origin = self.name.lower()
cmd = Popen(["dnssec-verify", "-o", origin, self.path],
cmd = Popen(["dnssec-verify", "-z", "-o", origin, self.path],
stdout=PIPE, stderr=PIPE, universal_newlines=True)
(out, err) = cmd.communicate()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment