]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
trust_anchrors/bootstrap.test: fix test
authorTomas Krizek <tomas.krizek@nic.cz>
Mon, 18 Mar 2019 13:05:30 +0000 (14:05 +0100)
committerPetr Špaček <petr.spacek@nic.cz>
Thu, 4 Apr 2019 12:18:59 +0000 (14:18 +0200)
daemon/lua/trust_anchors.test/bootstrap.test.lua

index 78f8d9edd6f3616bda5d7204736575a4fc4e768e..8ea20a8ab4273fffba45fc90162a63ab78d1092d 100644 (file)
@@ -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