summaryrefslogtreecommitdiff
path: root/tests/dbus/self-handle.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dbus/self-handle.c')
-rw-r--r--tests/dbus/self-handle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dbus/self-handle.c b/tests/dbus/self-handle.c
index a5224b5c5..0a88be86b 100644
--- a/tests/dbus/self-handle.c
+++ b/tests/dbus/self-handle.c
@@ -379,5 +379,5 @@ main (int argc,
g_test_add ("/self-handle/fails", Fixture, "archaic", setup,
test_self_handle_fails, teardown);
- return g_test_run ();
+ return tp_tests_run_with_bus ();
}