summaryrefslogtreecommitdiff
path: root/tests/test-rollsum.c
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2015-01-31 14:52:16 -0500
committerColin Walters <walters@verbum.org>2015-02-16 10:10:35 -0500
commitdbad2f6e19999ddc8b028d00061f128331836f3f (patch)
tree62f13510b7fa3deb5d1fe1cf17f9b9e1e8d7e0c7 /tests/test-rollsum.c
parent9aa7e30b38f33794fc0fda12fa8b0ef50d9fbab5 (diff)
downloadostree-dbad2f6e19999ddc8b028d00061f128331836f3f.tar.gz
deltas: Make syntax-check happy
Diffstat (limited to 'tests/test-rollsum.c')
-rw-r--r--tests/test-rollsum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-rollsum.c b/tests/test-rollsum.c
index e79c8956..c64943e7 100644
--- a/tests/test-rollsum.c
+++ b/tests/test-rollsum.c
@@ -41,7 +41,7 @@ main (int argc, char **argv)
g_setenv ("GIO_USE_VFS", "local", TRUE);
if (argc < 3)
- exit (1);
+ exit (EXIT_FAILURE);
from_path = argv[1];
to_path = argv[2];