mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 05:56:14 +01:00
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:
parent
cd02eac2d4
commit
f35f9e918a
@ -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/");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user