Skip to content
Snippets Groups Projects
Verified Commit 74098a8b authored by Tomas Krizek's avatar Tomas Krizek Committed by Petr Špaček
Browse files

trust_anchrors/bootstrap.test: fix test

parent d45c03de
Tags
1 merge request!788daemon/lua/trust_anchors: don't crash when dealing with unknown algorhitm
......@@ -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
......
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