summaryrefslogtreecommitdiffstats
path: root/src/tests/crypto-tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/crypto-tests.c')
-rw-r--r--src/tests/crypto-tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/crypto-tests.c b/src/tests/crypto-tests.c
index 286bc235..0f6f2fe0 100644
--- a/src/tests/crypto-tests.c
+++ b/src/tests/crypto-tests.c
@@ -135,7 +135,7 @@ int main(int argc, const char *argv[])
}
poptFreeContext(pc);
- debug_level = debug;
+ debug_level = debug_convert_old_level(debug);
tests_set_cwd();
Suite *s = crypto_suite();