From 2d0c57c64776afad00db991086bfb7aa3ad273a5 Mon Sep 17 00:00:00 2001 From: jsteube Date: Wed, 20 Feb 2019 20:56:25 +0100 Subject: [PATCH] Fix pure kernel maximum password length in -m 9900 test unit --- tools/test_modules/m09900.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test_modules/m09900.pm b/tools/test_modules/m09900.pm index ecedb0cb3..4578855c9 100644 --- a/tools/test_modules/m09900.pm +++ b/tools/test_modules/m09900.pm @@ -10,7 +10,7 @@ use warnings; use Digest::MD5 qw (md5_hex); -sub module_constraints { [[0, 255], [-1, -1], [0, 55], [-1, -1], [-1, -1]] } +sub module_constraints { [[0, 100], [-1, -1], [0, 55], [-1, -1], [-1, -1]] } sub module_generate_hash {