summaryrefslogtreecommitdiff
path: root/tests/dbus/text-channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dbus/text-channel.c')
-rw-r--r--tests/dbus/text-channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dbus/text-channel.c b/tests/dbus/text-channel.c
index dd4253ca1..4f38e3456 100644
--- a/tests/dbus/text-channel.c
+++ b/tests/dbus/text-channel.c
@@ -1082,5 +1082,5 @@ main (int argc,
g_test_add ("/text-channel/chat-state", Test, NULL, setup,
test_chat_state, teardown);
- return g_test_run ();
+ return tp_tests_run_with_bus ();
}