diff options
author | Ted Gould <ted@canonical.com> | 2009-10-29 17:22:29 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-10-29 17:22:29 -0500 |
commit | 74296a68665e9c582c37a61894a9c1ba1630cb9d (patch) | |
tree | b53553beb18d1d01aea73c559386dfe388904294 | |
parent | 58194766a1163b1e1df94ef391403a2a827e3e95 (diff) | |
download | libayatana-indicator-74296a68665e9c582c37a61894a9c1ba1630cb9d.tar.gz libayatana-indicator-74296a68665e9c582c37a61894a9c1ba1630cb9d.tar.bz2 libayatana-indicator-74296a68665e9c582c37a61894a9c1ba1630cb9d.zip |
Oops, forgot to set to passed.
-rw-r--r-- | tests/service-shutdown-timeout.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/service-shutdown-timeout.c b/tests/service-shutdown-timeout.c index 9682202..666739a 100644 --- a/tests/service-shutdown-timeout.c +++ b/tests/service-shutdown-timeout.c @@ -18,6 +18,7 @@ void shutdown (void) { g_debug("Shutdown"); + passed = TRUE; g_main_loop_quit(mainloop); return; } |