Skip to content

Commit 8ce96c3

Browse files
committed
restore_tester format was failing -test-full=0 due to format flag bits
1 parent 062272b commit 8ce96c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

restore_tester_fmt_plug.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ struct fmt_main fmt_restore_tester = {
247247
SALT_ALIGN,
248248
MIN_KEYS_PER_CRYPT,
249249
MAX_KEYS_PER_CRYPT,
250-
FMT_CASE | FMT_8_BIT | FMT_OMP | FMT_NOT_EXACT,
250+
FMT_OMP | FMT_NOT_EXACT,
251251
{ NULL },
252252
{ NULL },
253253
tests
@@ -297,7 +297,7 @@ struct fmt_main fmt_restore_tester_s = {
297297
SALT_ALIGN,
298298
MIN_KEYS_PER_CRYPT,
299299
MAX_KEYS_PER_CRYPT,
300-
FMT_CASE | FMT_8_BIT | FMT_OMP | FMT_NOT_EXACT,
300+
FMT_OMP | FMT_NOT_EXACT,
301301
{ NULL },
302302
{ NULL },
303303
tests_s
@@ -346,7 +346,7 @@ struct fmt_main fmt_restore_tester_sh = {
346346
SALT_ALIGN,
347347
MIN_KEYS_PER_CRYPT,
348348
MAX_KEYS_PER_CRYPT,
349-
FMT_CASE | FMT_8_BIT | FMT_OMP | FMT_NOT_EXACT,
349+
FMT_OMP | FMT_NOT_EXACT,
350350
{ NULL },
351351
{ NULL },
352352
tests_sh

0 commit comments

Comments
 (0)