diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/rspamd_test_suite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rspamd_test_suite.c b/test/rspamd_test_suite.c index 7d0136708..8c0dc1c29 100644 --- a/test/rspamd_test_suite.c +++ b/test/rspamd_test_suite.c @@ -48,7 +48,7 @@ main (int argc, char **argv) if (!g_option_context_parse (context, &argc, &argv, &error)) { fprintf (stderr, "option parsing failed: %s\n", error->message); g_option_context_free (context); - exit (1); + exit (EXIT_FAILURE); } /* Setup logger */ |