tests: Use G_TEST_OPTION_ISOLATE_DIRS for fileutils tests

They all still pass.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2020-07-16 13:16:43 +01:00
parent cd02eac2d4
commit f35f9e918a

View File

@ -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/");