summaryrefslogtreecommitdiffstats
path: root/tests/test-photos.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-photos.c')
-rw-r--r--tests/test-photos.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-photos.c b/tests/test-photos.c
index 36c3bf5..18d364e 100644
--- a/tests/test-photos.c
+++ b/tests/test-photos.c
@@ -405,9 +405,9 @@ main (int argc, char **argv)
{
return do_remove (argc, argv);
}
+
g_print (_("Unknown command '%s'\n"), argv[1]);
usage (argc, argv);
-
- return 0;
+ return 1;
}