From: David VaĊĦek Date: Tue, 7 Feb 2023 13:19:32 +0000 (+0100) Subject: tests-extra: zone/zonemd_load -- fix a recent omission X-Git-Tag: v3.4.dev~217 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a1de2bed5ee80ec72f6acdccdb413a5ea0316e3;p=thirdparty%2Fknot-dns.git tests-extra: zone/zonemd_load -- fix a recent omission --- diff --git a/tests-extra/tests/zone/zonemd_load/test.py b/tests-extra/tests/zone/zonemd_load/test.py index c59695b7ac..15860dcab6 100644 --- a/tests-extra/tests/zone/zonemd_load/test.py +++ b/tests-extra/tests/zone/zonemd_load/test.py @@ -21,6 +21,7 @@ master.zonemd_generate = "zonemd-sha384" slave.zonemd_verify = True VALIDATE_ZONEFILE = random.choice([True, False]) +backup_cnt = 0 t.start()