From: Vsevolod Stakhov Date: Wed, 18 Nov 2020 14:11:33 +0000 (+0000) Subject: [Minor] Fix another stupid tests regression X-Git-Tag: 2.7~136 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ebd650875251ddb1fd1fa2760d6a1e1d009e7ff9;p=thirdparty%2Frspamd.git [Minor] Fix another stupid tests regression --- diff --git a/test/lua/unit/rsa.lua b/test/lua/unit/rsa.lua index 900c8a53fc..338f06a0f6 100644 --- a/test/lua/unit/rsa.lua +++ b/test/lua/unit/rsa.lua @@ -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") diff --git a/test/lua/unit/testkey b/test/lua/unit/testkey.sec similarity index 100% rename from test/lua/unit/testkey rename to test/lua/unit/testkey.sec