Commit b96e7c16 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Test: fix typo

Close #16338
parent f05e1092
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment