summaryrefslogtreecommitdiff
path: root/src/fragmentation
diff options
context:
space:
mode:
Diffstat (limited to 'src/fragmentation')
-rw-r--r--src/fragmentation/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fragmentation/Makefile.am b/src/fragmentation/Makefile.am
index 316f69158..85c4767c0 100644
--- a/src/fragmentation/Makefile.am
+++ b/src/fragmentation/Makefile.am
@@ -27,7 +27,7 @@ check_PROGRAMS = \
27 test_fragmentation_parallel 27 test_fragmentation_parallel
28 28
29if ENABLE_TEST_RUN 29if ENABLE_TEST_RUN
30AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 30AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
31TESTS = $(check_PROGRAMS) 31TESTS = $(check_PROGRAMS)
32endif 32endif
33 33