aboutsummaryrefslogtreecommitdiff
path: root/src/pt/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/pt/Makefile.am')
-rw-r--r--src/pt/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pt/Makefile.am b/src/pt/Makefile.am
index e56990f08..e36630ae4 100644
--- a/src/pt/Makefile.am
+++ b/src/pt/Makefile.am
@@ -82,7 +82,7 @@ endif
82check_PROGRAMS = $(VPN_TEST) 82check_PROGRAMS = $(VPN_TEST)
83 83
84if ENABLE_TEST_RUN 84if ENABLE_TEST_RUN
85AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 85AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
86TESTS = $(check_PROGRAMS) 86TESTS = $(check_PROGRAMS)
87endif 87endif
88 88