Run volumemonitor test with local vfs

This is an attempt to stop the test from hanging on some build bots
in build.gnome.org.
This commit is contained in:
Matthias Clasen 2010-08-13 15:15:21 -04:00
parent d344ff9d67
commit 13e55b84eb

View File

@ -164,6 +164,8 @@ main (int argc, char *argv[])
{
gboolean ret;
g_setenv ("GIO_USE_VFS", "local", FALSE);
g_type_init ();
g_test_init (&argc, &argv, NULL);