From: Tomas Krizek Date: Mon, 18 Mar 2019 13:05:30 +0000 (+0100) Subject: trust_anchrors/bootstrap.test: fix test X-Git-Tag: v4.0.0~15^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74098a8bd32cc36e23a2154c8d4c04364bf6c75f;p=thirdparty%2Fknot-resolver.git trust_anchrors/bootstrap.test: fix test --- diff --git a/daemon/lua/trust_anchors.test/bootstrap.test.lua b/daemon/lua/trust_anchors.test/bootstrap.test.lua index 78f8d9edd..8ea20a8ab 100644 --- a/daemon/lua/trust_anchors.test/bootstrap.test.lua +++ b/daemon/lua/trust_anchors.test/bootstrap.test.lua @@ -84,6 +84,7 @@ end local function test_ok_xml(testname, testdesc) return function() trust_anchors.bootstrap_url = host .. testname .. '.xml' + trust_anchors.remove('.') same(trust_anchors.add_file(testname .. '.keys'), nil, testdesc) end end