Prevent unit test of -m 3000 to generate zero hash. This confuses test.sh validator

This commit is contained in:
Jens Steube
2021-04-26 09:32:19 +02:00
parent 9c8509e101
commit db57497e8f
2 changed files with 39 additions and 1 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ use warnings;
use Authen::Passphrase::LANManager;
sub module_constraints { [[0, 7], [-1, -1], [-1, -1], [-1, -1], [-1, -1]] }
sub module_constraints { [[1, 7], [-1, -1], [-1, -1], [-1, -1], [-1, -1]] }
sub module_generate_hash
{