summaryrefslogtreecommitdiff
path: root/tests/dbus/client-channel-factory.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dbus/client-channel-factory.c')
-rw-r--r--tests/dbus/client-channel-factory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dbus/client-channel-factory.c b/tests/dbus/client-channel-factory.c
index a3cbb26e0..92668ab6a 100644
--- a/tests/dbus/client-channel-factory.c
+++ b/tests/dbus/client-channel-factory.c
@@ -267,5 +267,5 @@ main (int argc,
g_test_add ("/client-channel-factory/auto/dup", Test, NULL, setup,
test_auto_dup, teardown);
- return g_test_run ();
+ return tp_tests_run_with_bus ();
}