diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-01-08 18:24:53 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-01-08 18:59:56 +0000 |
commit | f22e29d1bf2b850ff79e5959a19df534744de75f (patch) | |
tree | 9349eebf580e1cb3445087221a4f845609c12baf /test/rspamd_test_suite.c | |
parent | 5dcc6259674c783fc76ffde7789d3c76b9d49fee (diff) | |
download | rspamd-f22e29d1bf2b850ff79e5959a19df534744de75f.tar.gz rspamd-f22e29d1bf2b850ff79e5959a19df534744de75f.zip |
[Test] Add tests, fix normalization algorithm
Diffstat (limited to 'test/rspamd_test_suite.c')
-rw-r--r-- | test/rspamd_test_suite.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/rspamd_test_suite.c b/test/rspamd_test_suite.c index ddce88d3d..f3586e4f5 100644 --- a/test/rspamd_test_suite.c +++ b/test/rspamd_test_suite.c @@ -59,8 +59,6 @@ main (int argc, char **argv) g_test_add_func ("/rspamd/aio", rspamd_async_test_func); #endif g_test_run (); - - g_mime_shutdown (); rspamd_regexp_library_finalize (); return 0; |