From bb4f5144326670d996865d93220296532ca956c8 Mon Sep 17 00:00:00 2001 From: Mathias Hasselmann Date: Fri, 1 Feb 2013 13:21:10 +0100 Subject: [PATCH] tests: Enfore local GVFS backend in isolated tests As we don't copy all GVFS' D-Bus services and plugins the local this is the only available VFS anyway. So let's avoid warnings about missing GVFS backends. https://bugzilla.gnome.org/show_bug.cgi?id=692998 --- tests/test-server-utils/e-test-server-utils.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test-server-utils/e-test-server-utils.c b/tests/test-server-utils/e-test-server-utils.c index a69417f..2e54ac4 100644 --- a/tests/test-server-utils/e-test-server-utils.c +++ b/tests/test-server-utils/e-test-server-utils.c @@ -55,6 +55,7 @@ setup_environment (void) g_assert (g_setenv ("GSETTINGS_SCHEMA_DIR", EDS_TEST_SCHEMA_DIR, TRUE)); g_assert (g_setenv ("EDS_CALENDAR_MODULES", EDS_TEST_CALENDAR_DIR, TRUE)); g_assert (g_setenv ("EDS_ADDRESS_BOOK_MODULES", EDS_TEST_ADDRESS_BOOK_DIR, TRUE)); + g_assert (g_setenv ("GIO_USE_VFS", "local", TRUE)); } static void -- 2.7.4