Run volumemonitor test with local vfs
authorMatthias Clasen <mclasen@redhat.com>
Fri, 13 Aug 2010 19:15:21 +0000 (15:15 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 13 Aug 2010 21:23:44 +0000 (17:23 -0400)
This is an attempt to stop the test from hanging on some build bots
in build.gnome.org.

gio/tests/volumemonitor.c

index fe7d784..54123ec 100644 (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);