summaryrefslogtreecommitdiff
path: root/tests/dbus/simple-approver.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dbus/simple-approver.c')
-rw-r--r--tests/dbus/simple-approver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dbus/simple-approver.c b/tests/dbus/simple-approver.c
index 9995d9db6..cbbf5e5e9 100644
--- a/tests/dbus/simple-approver.c
+++ b/tests/dbus/simple-approver.c
@@ -497,5 +497,5 @@ main (int argc,
g_test_add ("/simple-approver/fail", Test, NULL, setup, test_fail,
teardown);
- return g_test_run ();
+ return tp_tests_run_with_bus ();
}