From 5c9544bca59ba2bea25b82bb8eadb4510776d25c Mon Sep 17 00:00:00 2001 From: jsteube Date: Sun, 17 Feb 2019 09:09:29 +0100 Subject: [PATCH] Make sure the salts are unique in unit tests, otherwise -m 6800 will fail --- tools/test_modules/m06800.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/test_modules/m06800.pm b/tools/test_modules/m06800.pm index 283ac11e7..5e8a4a990 100644 --- a/tools/test_modules/m06800.pm +++ b/tools/test_modules/m06800.pm @@ -11,7 +11,8 @@ use warnings; use Crypt::CBC; use Crypt::PBKDF2; -sub module_constraints { [[0, 255], [1, 15], [-1, -1], [-1, -1], [-1, -1]] } +# we need to make sure the salts are unique, otherwise this module will fail +sub module_constraints { [[0, 255], [10, 15], [-1, -1], [-1, -1], [-1, -1]] } sub module_generate_hash {