aboutsummaryrefslogtreecommitdiff
path: root/src/regex
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex')
-rw-r--r--src/regex/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex/Makefile.am b/src/regex/Makefile.am
index 7f0fb707f..70f612485 100644
--- a/src/regex/Makefile.am
+++ b/src/regex/Makefile.am
@@ -152,7 +152,7 @@ check_PROGRAMS = \
152 test_regex_api 152 test_regex_api
153 153
154if ENABLE_TEST_RUN 154if ENABLE_TEST_RUN
155 AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 155 AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
156 TESTS = $(check_PROGRAMS) 156 TESTS = $(check_PROGRAMS)
157endif 157endif
158 158