Skip to content
Snippets Groups Projects
Commit b96e7c16 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf
Browse files

Test: fix typo

Close #16338
parent f05e1092
No related branches found
No related tags found
No related merge requests found
......@@ -285,7 +285,7 @@ main(void)
int argc = keystore_args[i].argc;
const char * const *argv = keystore_args[i].argv;
if (!module_exists(psz_module))
if (module_exists(psz_module))
test_module(psz_module, argc, argv);
else
printf("not testing %s since the plugin is not found\n", psz_module);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment