diff options
author | Ted Gould <ted@gould.cx> | 2009-12-08 14:10:38 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-08 14:10:38 -0600 |
commit | 115665755152eb58a43583cb61bd79bad6e115a7 (patch) | |
tree | 3d59c6ac11121beee109148d53b008529a028d5d /tests/test-glib-layout-client.c | |
parent | aaa4ebbb1825dc423b08dd6801712bc92556de86 (diff) | |
parent | 3dd457a08ccb07205ac12d03895258de4fd7c236 (diff) | |
download | libdbusmenu-115665755152eb58a43583cb61bd79bad6e115a7.tar.gz libdbusmenu-115665755152eb58a43583cb61bd79bad6e115a7.tar.bz2 libdbusmenu-115665755152eb58a43583cb61bd79bad6e115a7.zip |
* Updating to trunk
* Test suite fixes and automation support
* dbus-dumper tool
* Switch to org.ayatana
Diffstat (limited to 'tests/test-glib-layout-client.c')
-rw-r--r-- | tests/test-glib-layout-client.c | 2 |
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; } } |