diff --git a/tests/test-rollsum-cli.c b/tests/test-rollsum-cli.c index 4f24477c..a00e4b73 100644 --- a/tests/test-rollsum-cli.c +++ b/tests/test-rollsum-cli.c @@ -21,8 +21,6 @@ #include "config.h" #include "ostree-rollsum.h" -#include -#include int main (int argc, char **argv) @@ -39,7 +37,7 @@ main (int argc, char **argv) g_setenv ("GIO_USE_VFS", "local", TRUE); if (argc < 3) - exit (EXIT_FAILURE); + return 1; from_path = argv[1]; to_path = argv[2];