summaryrefslogtreecommitdiff
path: root/gio/tests/gdbus-error.c
diff options
context:
space:
mode:
Diffstat (limited to 'gio/tests/gdbus-error.c')
-rw-r--r--gio/tests/gdbus-error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/tests/gdbus-error.c b/gio/tests/gdbus-error.c
index 73f84a9d8..4925b950b 100644
--- a/gio/tests/gdbus-error.c
+++ b/gio/tests/gdbus-error.c
@@ -260,7 +260,7 @@ int
main (int argc,
char *argv[])
{
- g_test_init (&argc, &argv, NULL);
+ g_test_init (&argc, &argv, G_TEST_OPTION_ISOLATE_DIRS, NULL);
g_test_add_func ("/gdbus/registered-errors", test_registered_errors);
g_test_add_func ("/gdbus/unregistered-errors", test_unregistered_errors);