mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-03 12:19:20 +02:00
gio/tests: Prevent random gio modules from screwing up these tests
https://bugzilla.gnome.org/show_bug.cgi?id=711799
This commit is contained in:
@@ -193,6 +193,9 @@ main (int argc,
|
||||
{
|
||||
g_test_init (&argc, &argv, NULL);
|
||||
|
||||
/* gvfs leaks like a sieve (mostly on purpose) */
|
||||
g_setenv ("GIO_MODULE_DIR", "/non-existant", TRUE);
|
||||
|
||||
g_test_add_func ("/async-splice/copy-chunks", test_copy_chunks);
|
||||
g_test_add_func ("/async-splice/copy-chunks-threaded-input",
|
||||
test_copy_chunks_threaded_input);
|
||||
|
Reference in New Issue
Block a user