aboutsummaryrefslogtreecommitdiff
path: root/src/ats/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/Makefile.am')
-rw-r--r--src/ats/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats/Makefile.am b/src/ats/Makefile.am
index aa3612c2d..af7f6bd58 100644
--- a/src/ats/Makefile.am
+++ b/src/ats/Makefile.am
@@ -113,7 +113,7 @@ check_PROGRAMS = \
113 $(TESTING_TESTS) 113 $(TESTING_TESTS)
114 114
115if ENABLE_TEST_RUN 115if ENABLE_TEST_RUN
116AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 116AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
117TESTS = $(check_PROGRAMS) 117TESTS = $(check_PROGRAMS)
118endif 118endif
119 119