aboutsummaryrefslogtreecommitdiff
path: root/src/conversation
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-27 21:44:04 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-27 21:50:22 +0100
commit14848b88f7b0d6f0f35ae8d89304062a96fe03cc (patch)
treec29e9fe46aedad4284a8a386a85841cd5b3e15b4 /src/conversation
parentcf351dea5710ad8cdb63922f6d2360d6c6915f0a (diff)
downloadgnunet-14848b88f7b0d6f0f35ae8d89304062a96fe03cc.tar.gz
gnunet-14848b88f7b0d6f0f35ae8d89304062a96fe03cc.zip
unset XDG environment variable during testcases, as they can screw things up badly
Diffstat (limited to 'src/conversation')
-rw-r--r--src/conversation/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conversation/Makefile.am b/src/conversation/Makefile.am
index f61173a66..cc2938144 100644
--- a/src/conversation/Makefile.am
+++ b/src/conversation/Makefile.am
@@ -101,7 +101,7 @@ libexec_PROGRAMS += \
101 $(AUDIO_HELPER_RECD) \ 101 $(AUDIO_HELPER_RECD) \
102 $(AUDIO_HELPER_PLAY) 102 $(AUDIO_HELPER_PLAY)
103 103
104AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 104AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
105if ENABLE_TEST_RUN 105if ENABLE_TEST_RUN
106TESTS = $(AUDIO_TESTS) 106TESTS = $(AUDIO_TESTS)
107endif 107endif