From a53cfaaf7bcdd01ca84edc3358373da8cef2fa26 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 19 Dec 2011 10:10:34 -0500 Subject: Make the pickers test work Use the unix volume monitor, since gvfs is injecting all my extra partitions into the dump of the file chooser. --- tests/a11y/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/a11y/Makefile.am b/tests/a11y/Makefile.am index 89be4bfc03..68d68c9e4d 100644 --- a/tests/a11y/Makefile.am +++ b/tests/a11y/Makefile.am @@ -17,6 +17,10 @@ LDADD = \ $(top_builddir)/gtk/libgtk-3.la \ $(GTK_DEP_LIBS) +# work around random file systems showing up in the file chooser, +# breaking the 'pickers' test +TESTS_ENVIRONMENT = GIO_USE_VOLUME_MONITOR=unix + TEST_PROGS += accessibility-dump TEST_PROGS += tree-performance -- cgit v1.2.1