aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/service-shutdown-timeout.c1
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;
}