From 74296a68665e9c582c37a61894a9c1ba1630cb9d Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 29 Oct 2009 17:22:29 -0500 Subject: Oops, forgot to set to passed. --- tests/service-shutdown-timeout.c | 1 + 1 file changed, 1 insertion(+) 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; } -- cgit v1.2.3