summaryrefslogtreecommitdiff
path: root/test/test-utils-glib.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2017-02-13 17:31:41 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2017-02-20 12:52:38 +0000
commiteef176eb72c17773610ef2780133ad2a65fd26c2 (patch)
treed54a3b0152987f777084e5d6e8d4e7ff833c2b40 /test/test-utils-glib.h
parent96e6b3698ddda314066870e7faa263f129436581 (diff)
downloaddbus-eef176eb72c17773610ef2780133ad2a65fd26c2.tar.gz
test_get_dbus_daemon: Take a custom XDG_RUNTIME_DIR as an argument
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=99825 Reviewed-by: Philip Withnall <withnall@endlessm.com> Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Diffstat (limited to 'test/test-utils-glib.h')
-rw-r--r--test/test-utils-glib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-utils-glib.h b/test/test-utils-glib.h
index acacee0a..4016f73f 100644
--- a/test/test-utils-glib.h
+++ b/test/test-utils-glib.h
@@ -69,6 +69,7 @@ void _test_assert_no_error (const DBusError *e,
gchar *test_get_dbus_daemon (const gchar *config_file,
TestUser user,
+ const gchar *runtime_dir,
GPid *daemon_pid);
DBusConnection *test_connect_to_bus (TestMainContext *ctx,