summaryrefslogtreecommitdiff
path: root/tests/dbus/channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dbus/channel.c')
-rw-r--r--tests/dbus/channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dbus/channel.c b/tests/dbus/channel.c
index 0cec68374..593681ea8 100644
--- a/tests/dbus/channel.c
+++ b/tests/dbus/channel.c
@@ -707,5 +707,5 @@ main (int argc,
g_test_add ("/channel/contacts", Test, NULL, setup,
test_contacts, teardown);
- return g_test_run ();
+ return tp_tests_run_with_bus ();
}