From f35f9e918ad52f9c2922e42cf2fc484d1b433304 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 16 Jul 2020 13:16:43 +0100 Subject: [PATCH] tests: Use G_TEST_OPTION_ISOLATE_DIRS for fileutils tests They all still pass. Signed-off-by: Philip Withnall --- glib/tests/fileutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/tests/fileutils.c b/glib/tests/fileutils.c index 46c54e805..b27840ce8 100644 --- a/glib/tests/fileutils.c +++ b/glib/tests/fileutils.c @@ -1523,7 +1523,7 @@ main (int argc, char *argv[]) { g_setenv ("LC_ALL", "C", TRUE); - g_test_init (&argc, &argv, NULL); + g_test_init (&argc, &argv, G_TEST_OPTION_ISOLATE_DIRS, NULL); g_test_bug_base ("https://gitlab.gnome.org/GNOME/glib/merge_requests/");