aboutsummaryrefslogtreecommitdiff
path: root/tests/test-glib-layout-client.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2009-12-08 14:04:15 -0600
committerTed Gould <ted@gould.cx>2009-12-08 14:04:15 -0600
commit3dd457a08ccb07205ac12d03895258de4fd7c236 (patch)
treeb65bd5b021447f86f1032ffe8e7aa7336d8f3e47 /tests/test-glib-layout-client.c
parent8983907f0c69451c3b7c94788467d532e1fdce1a (diff)
parentd69a3dcc879f3dc15d806f856877bfff16e59f1b (diff)
downloadlibdbusmenu-3dd457a08ccb07205ac12d03895258de4fd7c236.tar.gz
libdbusmenu-3dd457a08ccb07205ac12d03895258de4fd7c236.tar.bz2
libdbusmenu-3dd457a08ccb07205ac12d03895258de4fd7c236.zip
Fixing the returns on the test suite.
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;
}
}