aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/Makefile.am')
-rw-r--r--src/datastore/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/Makefile.am b/src/datastore/Makefile.am
index 1e7619d82..1285020de 100644
--- a/src/datastore/Makefile.am
+++ b/src/datastore/Makefile.am
@@ -175,7 +175,7 @@ check_PROGRAMS = \
175 $(POSTGRES_TESTS) 175 $(POSTGRES_TESTS)
176 176
177if ENABLE_TEST_RUN 177if ENABLE_TEST_RUN
178AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 178AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
179TESTS = $(check_PROGRAMS) 179TESTS = $(check_PROGRAMS)
180endif 180endif
181 181