aboutsummaryrefslogtreecommitdiffstats
path: root/spec/util_hashes_spec.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2023-01-13 14:53:40 +0000
committerMatthew Wild <mwild1@gmail.com>2023-01-13 14:53:40 +0000
commit4767b898221cc807a7e75c52976bc78bec53e6c5 (patch)
treef0e3ace420b830fb24a9681d794e9fcc1298a3b3 /spec/util_hashes_spec.lua
parent99748c56551fa06f1f8e3e14c29d8e474724301f (diff)
downloadprosody-4767b898221cc807a7e75c52976bc78bec53e6c5.tar.gz
prosody-4767b898221cc807a7e75c52976bc78bec53e6c5.zip
spec: Suppress some harmless luacheck warnings in tests
Diffstat (limited to 'spec/util_hashes_spec.lua')
-rw-r--r--spec/util_hashes_spec.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/util_hashes_spec.lua b/spec/util_hashes_spec.lua
index f9f1633e..c4b1841e 100644
--- a/spec/util_hashes_spec.lua
+++ b/spec/util_hashes_spec.lua
@@ -4,6 +4,8 @@ local hex = require "util.hex";
-- Also see spec for util.hmac where HMAC test cases reside
+--luacheck: ignore 631
+
describe("PBKDF2-HMAC-SHA1", function ()
it("test vector 1", function ()
local P = "password"