[vlc-commits] Test: fix typo
Jean-Baptiste Kempf
git at videolan.org
Thu Jan 7 20:57:39 CET 2016
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Jan 7 20:57:25 2016 +0100| [b96e7c16914a5565e15a22c4140f7c8b1dfb59cf] | committer: Jean-Baptiste Kempf
Test: fix typo
Close #16338
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b96e7c16914a5565e15a22c4140f7c8b1dfb59cf
---
test/modules/keystore/test.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/modules/keystore/test.c b/test/modules/keystore/test.c
index 0ac4a65..b742b59 100644
--- a/test/modules/keystore/test.c
+++ b/test/modules/keystore/test.c
@@ -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);
More information about the vlc-commits
mailing list