diff --git a/bin/tests/system/isctest/kasp.py b/bin/tests/system/isctest/kasp.py index 1d4e8e6752..e6f7bad8f7 100644 --- a/bin/tests/system/isctest/kasp.py +++ b/bin/tests/system/isctest/kasp.py @@ -935,7 +935,7 @@ def check_dnssec_verify(server, zone, tsig=None): file.write(rr.to_text()) file.write("\n") - verify_command = [os.environ.get("VERIFY"), "-z", "-o", zone, zonefile] + verify_command = [os.environ.get("VERIFY"), "-z", "-o", fqdn, zonefile] verified = isctest.run.cmd(verify_command, raise_on_exception=False) if verified.rc == 0: return