diff options
author | Ted Gould <ted@gould.cx> | 2009-12-08 14:18:38 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-08 14:18:38 -0600 |
commit | defcea2958dc3b93965e87464242ad0c6fbd4793 (patch) | |
tree | ea6a20ee349e6f81e955c7866f9e8b4c674c1e1c /tests/test-glib-layout-client.c | |
parent | 9aef2fa35c8e440f0289e67bcd9391bb2601cbda (diff) | |
parent | 3dd457a08ccb07205ac12d03895258de4fd7c236 (diff) | |
download | libdbusmenu-defcea2958dc3b93965e87464242ad0c6fbd4793.tar.gz libdbusmenu-defcea2958dc3b93965e87464242ad0c6fbd4793.tar.bz2 libdbusmenu-defcea2958dc3b93965e87464242ad0c6fbd4793.zip |
Updating to trunk for better testing.
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; } } |