summaryrefslogtreecommitdiff
path: root/gio/tests/gdbus-proxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'gio/tests/gdbus-proxy.c')
-rw-r--r--gio/tests/gdbus-proxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/tests/gdbus-proxy.c b/gio/tests/gdbus-proxy.c
index 646c5e77c..ac5f720fa 100644
--- a/gio/tests/gdbus-proxy.c
+++ b/gio/tests/gdbus-proxy.c
@@ -1017,7 +1017,7 @@ main (int argc,
gint ret;
GDBusNodeInfo *introspection_data = NULL;
- g_test_init (&argc, &argv, NULL);
+ g_test_init (&argc, &argv, G_TEST_OPTION_ISOLATE_DIRS, NULL);
introspection_data = g_dbus_node_info_new_for_xml (frob_dbus_interface_xml, NULL);
g_assert_nonnull (introspection_data);