aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-10-22 11:31:22 -0500
committerTed Gould <ted@canonical.com>2009-10-22 11:31:22 -0500
commit9db2ce55c3f314f6547a00e592f0caf8a45f8f01 (patch)
tree5b9ebcd219eec8e661fb872471b45564449a2afb /tests
parente0d35fcfc64134af45aa4da81e6a8e9cd2007d16 (diff)
downloadayatana-indicator-application-9db2ce55c3f314f6547a00e592f0caf8a45f8f01.tar.gz
ayatana-indicator-application-9db2ce55c3f314f6547a00e592f0caf8a45f8f01.tar.bz2
ayatana-indicator-application-9db2ce55c3f314f6547a00e592f0caf8a45f8f01.zip
If we fail, we need to really fail.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-libcustomindicator-dbus-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-libcustomindicator-dbus-client.c b/tests/test-libcustomindicator-dbus-client.c
index c6c31f0..0ac1071 100644
--- a/tests/test-libcustomindicator-dbus-client.c
+++ b/tests/test-libcustomindicator-dbus-client.c
@@ -163,7 +163,7 @@ main (gint argc, gchar * argv[])
return 0;
} else {
g_debug("Quiting as we're a failure");
- return 0;
+ return 1;
}
return 0;
}