diff options
author | Ted Gould <ted@canonical.com> | 2009-10-22 11:31:22 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-10-22 11:31:22 -0500 |
commit | 9db2ce55c3f314f6547a00e592f0caf8a45f8f01 (patch) | |
tree | 5b9ebcd219eec8e661fb872471b45564449a2afb /tests | |
parent | e0d35fcfc64134af45aa4da81e6a8e9cd2007d16 (diff) | |
download | ayatana-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.c | 2 |
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; } |