aboutsummaryrefslogtreecommitdiff
path: root/tests/test-glib-layout-client.c
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-10-22 11:33:01 -0500
committerTed Gould <ted@canonical.com>2009-10-22 11:33:01 -0500
commit6ecd6e2c2a559612d256c6214b31e2881721b240 (patch)
treeee8f4f75dfef00fffdaae6bdfbbe8b366dbc95f4 /tests/test-glib-layout-client.c
parenteb1fb47800188b38f06c6b5933d2362bfaace29c (diff)
downloadlibdbusmenu-6ecd6e2c2a559612d256c6214b31e2881721b240.tar.gz
libdbusmenu-6ecd6e2c2a559612d256c6214b31e2881721b240.tar.bz2
libdbusmenu-6ecd6e2c2a559612d256c6214b31e2881721b240.zip
If we didn't pass, we shouldn't return 0
Diffstat (limited to 'tests/test-glib-layout-client.c')
-rw-r--r--tests/test-glib-layout-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-glib-layout-client.c b/tests/test-glib-layout-client.c
index 1b74544..a7dd683 100644
--- a/tests/test-glib-layout-client.c
+++ b/tests/test-glib-layout-client.c
@@ -126,6 +126,6 @@ main (int argc, char ** argv)
return 0;
} else {
g_debug("Quiting as we're a failure");
- return 0;
+ return 1;
}
}