From 14848b88f7b0d6f0f35ae8d89304062a96fe03cc Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 27 Jan 2017 21:44:04 +0100 Subject: unset XDG environment variable during testcases, as they can screw things up badly --- src/dht/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dht/Makefile.am') diff --git a/src/dht/Makefile.am b/src/dht/Makefile.am index 1a174165c..b4c03ba60 100644 --- a/src/dht/Makefile.am +++ b/src/dht/Makefile.am @@ -180,7 +180,7 @@ if HAVE_EXPERIMENTAL endif if ENABLE_TEST_RUN -AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; +AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME; TESTS = test_dht_api $(check_SCRIPTS) \ test_dht_twopeer \ test_dht_line \ -- cgit v1.2.3