]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Fix another stupid tests regression
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 18 Nov 2020 14:11:33 +0000 (14:11 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 18 Nov 2020 14:11:33 +0000 (14:11 +0000)
test/lua/unit/rsa.lua
test/lua/unit/testkey.sec [moved from test/lua/unit/testkey with 100% similarity]

index 900c8a53fcccc9c3a67da76d0d7451932ddfbb15..338f06a0f64380a0f89d46dd3bf5833cf9b971b6 100644 (file)
@@ -7,7 +7,7 @@ context("RSA signature verification test", function()
   local rsa = require "rspamd_rsa"
   local hash = require "rspamd_cryptobox_hash"
   local pubkey = 'testkey.pub'
-  local privkey = 'testkey'
+  local privkey = 'testkey.sec'
   local data = 'test.data'
   local signature = 'test.sig'
   local test_dir = string.gsub(debug.getinfo(1).source, "^@(.+/)[^/]+$", "%1")