aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/Makefile.am2
-rw-r--r--src/arm/Makefile.am2
-rw-r--r--src/ats-tests/Makefile.am2
-rw-r--r--src/ats/Makefile.am2
-rw-r--r--src/auction/Makefile.am2
-rw-r--r--src/cadet/Makefile.am2
-rw-r--r--src/consensus/Makefile.am2
-rw-r--r--src/conversation/Makefile.am2
-rw-r--r--src/core/Makefile.am2
-rw-r--r--src/datacache/Makefile.am2
-rw-r--r--src/datastore/Makefile.am2
-rw-r--r--src/dht/Makefile.am2
-rw-r--r--src/dns/Makefile.am2
-rw-r--r--src/dv/Makefile.am2
-rw-r--r--src/fragmentation/Makefile.am2
-rw-r--r--src/fs/Makefile.am2
-rw-r--r--src/gns/Makefile.am2
-rw-r--r--src/gnsrecord/Makefile.am2
-rw-r--r--src/hello/Makefile.am2
-rw-r--r--src/hostlist/Makefile.am2
-rw-r--r--src/identity/Makefile.am2
-rw-r--r--src/integration-tests/Makefile.am2
-rw-r--r--src/multicast/Makefile.am2
-rw-r--r--src/namecache/Makefile.am2
-rw-r--r--src/namestore/Makefile.am2
-rw-r--r--src/nat/Makefile.am2
-rw-r--r--src/nse/Makefile.am2
-rw-r--r--src/peerinfo-tool/Makefile.am2
-rw-r--r--src/peerinfo/Makefile.am2
-rw-r--r--src/peerstore/Makefile.am2
-rw-r--r--src/psyc/Makefile.am2
-rw-r--r--src/psycstore/Makefile.am2
-rw-r--r--src/psycutil/Makefile.am2
-rw-r--r--src/pt/Makefile.am2
-rw-r--r--src/regex/Makefile.am2
-rw-r--r--src/revocation/Makefile.am2
-rw-r--r--src/rps/Makefile.am2
-rw-r--r--src/scalarproduct/Makefile.am2
-rw-r--r--src/secretsharing/Makefile.am2
-rw-r--r--src/set/Makefile.am2
-rw-r--r--src/social/Makefile.am2
-rw-r--r--src/statistics/Makefile.am2
-rw-r--r--src/template/Makefile.am2
-rw-r--r--src/testbed-logger/Makefile.am2
-rw-r--r--src/testbed/Makefile.am2
-rw-r--r--src/testing/Makefile.am2
-rw-r--r--src/topology/Makefile.am2
-rw-r--r--src/transport/Makefile.am2
-rw-r--r--src/tun/Makefile.am2
-rw-r--r--src/util/Makefile.am2
50 files changed, 50 insertions, 50 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index 3f11977b0..9ce4b019d 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -86,7 +86,7 @@ check_PROGRAMS = \
86 test_gnunet_prefix 86 test_gnunet_prefix
87 87
88if ENABLE_TEST_RUN 88if ENABLE_TEST_RUN
89AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 89AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
90TESTS = $(check_PROGRAMS) 90TESTS = $(check_PROGRAMS)
91endif 91endif
92 92
diff --git a/src/arm/Makefile.am b/src/arm/Makefile.am
index d5e59619e..373847fde 100644
--- a/src/arm/Makefile.am
+++ b/src/arm/Makefile.am
@@ -68,7 +68,7 @@ check_SCRIPTS = \
68endif 68endif
69 69
70if ENABLE_TEST_RUN 70if ENABLE_TEST_RUN
71AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 71AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
72TESTS = $(check_PROGRAMS) $(check_SCRIPTS) 72TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
73endif 73endif
74 74
diff --git a/src/ats-tests/Makefile.am b/src/ats-tests/Makefile.am
index 21366484b..206f964cc 100644
--- a/src/ats-tests/Makefile.am
+++ b/src/ats-tests/Makefile.am
@@ -44,7 +44,7 @@ check_PROGRAMS = \
44 $(TESTING_TESTS) 44 $(TESTING_TESTS)
45 45
46if ENABLE_TEST_RUN 46if ENABLE_TEST_RUN
47AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 47AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
48TESTS = $(check_PROGRAMS) 48TESTS = $(check_PROGRAMS)
49endif 49endif
50 50
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
diff --git a/src/auction/Makefile.am b/src/auction/Makefile.am
index 87f917283..28b52f3d5 100644
--- a/src/auction/Makefile.am
+++ b/src/auction/Makefile.am
@@ -69,6 +69,6 @@ check_SCRIPTS = \
69 test_auction_create.sh 69 test_auction_create.sh
70 70
71if ENABLE_TEST_RUN 71if ENABLE_TEST_RUN
72AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 72AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
73TESTS = $(check_PROGRAMS) $(check_SCRIPTS) 73TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
74endif 74endif
diff --git a/src/cadet/Makefile.am b/src/cadet/Makefile.am
index 53d17dd9c..a5416c653 100644
--- a/src/cadet/Makefile.am
+++ b/src/cadet/Makefile.am
@@ -225,7 +225,7 @@ test_cadet_5_speed_reliable_backwards_LDADD = $(ld_cadet_test_lib)
225 225
226 226
227if ENABLE_TEST_RUN 227if ENABLE_TEST_RUN
228AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 228AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
229TESTS = \ 229TESTS = \
230 $(check_PROGRAMS) 230 $(check_PROGRAMS)
231endif 231endif
diff --git a/src/consensus/Makefile.am b/src/consensus/Makefile.am
index c63434f94..c04d4c207 100644
--- a/src/consensus/Makefile.am
+++ b/src/consensus/Makefile.am
@@ -71,7 +71,7 @@ check_PROGRAMS = \
71 test_consensus_api 71 test_consensus_api
72 72
73if ENABLE_TEST_RUN 73if ENABLE_TEST_RUN
74AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 74AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
75TESTS = $(check_PROGRAMS) 75TESTS = $(check_PROGRAMS)
76endif 76endif
77 77
diff --git a/src/conversation/Makefile.am b/src/conversation/Makefile.am
index f61173a66..cc2938144 100644
--- a/src/conversation/Makefile.am
+++ b/src/conversation/Makefile.am
@@ -101,7 +101,7 @@ libexec_PROGRAMS += \
101 $(AUDIO_HELPER_RECD) \ 101 $(AUDIO_HELPER_RECD) \
102 $(AUDIO_HELPER_PLAY) 102 $(AUDIO_HELPER_PLAY)
103 103
104AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 104AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
105if ENABLE_TEST_RUN 105if ENABLE_TEST_RUN
106TESTS = $(AUDIO_TESTS) 106TESTS = $(AUDIO_TESTS)
107endif 107endif
diff --git a/src/core/Makefile.am b/src/core/Makefile.am
index ed80bae73..2723151c5 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -71,7 +71,7 @@ check_PROGRAMS = \
71 $(TESTING_TESTS) 71 $(TESTING_TESTS)
72 72
73if ENABLE_TEST_RUN 73if ENABLE_TEST_RUN
74AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 74AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
75TESTS = $(check_PROGRAMS) 75TESTS = $(check_PROGRAMS)
76endif 76endif
77 77
diff --git a/src/datacache/Makefile.am b/src/datacache/Makefile.am
index 9b66636e5..431b3179e 100644
--- a/src/datacache/Makefile.am
+++ b/src/datacache/Makefile.am
@@ -127,7 +127,7 @@ check_PROGRAMS = \
127 $(POSTGRES_TESTS) 127 $(POSTGRES_TESTS)
128 128
129if ENABLE_TEST_RUN 129if ENABLE_TEST_RUN
130AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 130AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
131TESTS = $(check_PROGRAMS) 131TESTS = $(check_PROGRAMS)
132endif 132endif
133 133
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
diff --git a/src/dht/Makefile.am b/src/dht/Makefile.am
index 1a174165c..b4c03ba60 100644
--- a/src/dht/Makefile.am
+++ b/src/dht/Makefile.am
@@ -180,7 +180,7 @@ if HAVE_EXPERIMENTAL
180endif 180endif
181 181
182if ENABLE_TEST_RUN 182if ENABLE_TEST_RUN
183AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 183AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
184TESTS = test_dht_api $(check_SCRIPTS) \ 184TESTS = test_dht_api $(check_SCRIPTS) \
185 test_dht_twopeer \ 185 test_dht_twopeer \
186 test_dht_line \ 186 test_dht_line \
diff --git a/src/dns/Makefile.am b/src/dns/Makefile.am
index f5fcf3782..f74c41fc5 100644
--- a/src/dns/Makefile.am
+++ b/src/dns/Makefile.am
@@ -112,7 +112,7 @@ libgnunet_plugin_block_dns_la_LDFLAGS = \
112 112
113 113
114if ENABLE_TEST_RUN 114if ENABLE_TEST_RUN
115AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 115AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
116TESTS = $(check_PROGRAMS) $(check_SCRIPTS) 116TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
117endif 117endif
118 118
diff --git a/src/dv/Makefile.am b/src/dv/Makefile.am
index c6a620343..c44321151 100644
--- a/src/dv/Makefile.am
+++ b/src/dv/Makefile.am
@@ -73,7 +73,7 @@ check_PROGRAMS = \
73endif 73endif
74 74
75if ENABLE_TEST_RUN 75if ENABLE_TEST_RUN
76 AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 76 AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
77 TESTS = $(check_PROGRAMS) 77 TESTS = $(check_PROGRAMS)
78endif 78endif
79 79
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
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index 34f44f574..344eb5a74 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -288,7 +288,7 @@ endif
288 288
289 289
290if ENABLE_TEST_RUN 290if ENABLE_TEST_RUN
291AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; $(MONKEY) 291AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME; $(MONKEY)
292TESTS = \ 292TESTS = \
293 test_fs_directory \ 293 test_fs_directory \
294 test_fs_download \ 294 test_fs_download \
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index 0b65a3d17..8f27890d7 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -264,7 +264,7 @@ check_SCRIPTS = \
264 264
265if ENABLE_TEST_RUN 265if ENABLE_TEST_RUN
266if HAVE_SQLITE 266if HAVE_SQLITE
267 AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 267 AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
268 TESTS = $(check_SCRIPTS) 268 TESTS = $(check_SCRIPTS)
269endif 269endif
270endif 270endif
diff --git a/src/gnsrecord/Makefile.am b/src/gnsrecord/Makefile.am
index e32751247..2fb427c69 100644
--- a/src/gnsrecord/Makefile.am
+++ b/src/gnsrecord/Makefile.am
@@ -22,7 +22,7 @@ check_PROGRAMS = \
22 test_gnsrecord_block_expiration 22 test_gnsrecord_block_expiration
23 23
24if ENABLE_TEST_RUN 24if ENABLE_TEST_RUN
25AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 25AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
26TESTS = \ 26TESTS = \
27 $(check_PROGRAMS) \ 27 $(check_PROGRAMS) \
28 $(check_SCRIPTS) 28 $(check_SCRIPTS)
diff --git a/src/hello/Makefile.am b/src/hello/Makefile.am
index 563bcafb2..79003301b 100644
--- a/src/hello/Makefile.am
+++ b/src/hello/Makefile.am
@@ -29,7 +29,7 @@ check_PROGRAMS = \
29 test_friend_hello 29 test_friend_hello
30 30
31if ENABLE_TEST_RUN 31if ENABLE_TEST_RUN
32AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 32AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
33TESTS = $(check_PROGRAMS) 33TESTS = $(check_PROGRAMS)
34endif 34endif
35 35
diff --git a/src/hostlist/Makefile.am b/src/hostlist/Makefile.am
index 31ce5bf62..17f0bdfa0 100644
--- a/src/hostlist/Makefile.am
+++ b/src/hostlist/Makefile.am
@@ -70,7 +70,7 @@ endif
70 70
71if HAVE_MHD 71if HAVE_MHD
72if ENABLE_TEST_RUN 72if ENABLE_TEST_RUN
73AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 73AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
74TESTS = \ 74TESTS = \
75 $(check_PROGRAMS) 75 $(check_PROGRAMS)
76endif 76endif
diff --git a/src/identity/Makefile.am b/src/identity/Makefile.am
index c6f6625f4..94e8c5e94 100644
--- a/src/identity/Makefile.am
+++ b/src/identity/Makefile.am
@@ -92,7 +92,7 @@ check_PROGRAMS = \
92endif 92endif
93 93
94if ENABLE_TEST_RUN 94if ENABLE_TEST_RUN
95AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 95AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
96TESTS = $(check_PROGRAMS) 96TESTS = $(check_PROGRAMS)
97endif 97endif
98 98
diff --git a/src/integration-tests/Makefile.am b/src/integration-tests/Makefile.am
index 4e96ee173..6fff0b407 100644
--- a/src/integration-tests/Makefile.am
+++ b/src/integration-tests/Makefile.am
@@ -27,7 +27,7 @@ endif
27 27
28if HAVE_MHD 28if HAVE_MHD
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;
31if HAVE_LIBGNURL 31if HAVE_LIBGNURL
32TESTS = \ 32TESTS = \
33 $(check_SCRIPTS) 33 $(check_SCRIPTS)
diff --git a/src/multicast/Makefile.am b/src/multicast/Makefile.am
index b1f422765..d5bb0d46b 100644
--- a/src/multicast/Makefile.am
+++ b/src/multicast/Makefile.am
@@ -55,7 +55,7 @@ check_PROGRAMS = \
55 test_multicast_multipeer 55 test_multicast_multipeer
56 56
57if ENABLE_TEST_RUN 57if ENABLE_TEST_RUN
58AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 58AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
59TESTS = $(check_PROGRAMS) 59TESTS = $(check_PROGRAMS)
60endif 60endif
61 61
diff --git a/src/namecache/Makefile.am b/src/namecache/Makefile.am
index cb4559552..89d7bffee 100644
--- a/src/namecache/Makefile.am
+++ b/src/namecache/Makefile.am
@@ -56,7 +56,7 @@ check_PROGRAMS = \
56endif 56endif
57 57
58if ENABLE_TEST_RUN 58if ENABLE_TEST_RUN
59AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 59AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
60TESTS = \ 60TESTS = \
61 $(check_PROGRAMS) 61 $(check_PROGRAMS)
62endif 62endif
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index 23ce477dd..a441f5d70 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -78,7 +78,7 @@ endif
78endif 78endif
79 79
80if ENABLE_TEST_RUN 80if ENABLE_TEST_RUN
81AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 81AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
82TESTS = \ 82TESTS = \
83 $(check_PROGRAMS) \ 83 $(check_PROGRAMS) \
84 $(check_SCRIPTS) 84 $(check_SCRIPTS)
diff --git a/src/nat/Makefile.am b/src/nat/Makefile.am
index 3dc001dd7..f0d5639a1 100644
--- a/src/nat/Makefile.am
+++ b/src/nat/Makefile.am
@@ -93,7 +93,7 @@ gnunet_service_nat_LDADD = \
93# test_stun 93# test_stun
94 94
95if ENABLE_TEST_RUN 95if ENABLE_TEST_RUN
96 AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 96 AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
97 TESTS = $(check_PROGRAMS) 97 TESTS = $(check_PROGRAMS)
98endif 98endif
99 99
diff --git a/src/nse/Makefile.am b/src/nse/Makefile.am
index 9a163b160..618489780 100644
--- a/src/nse/Makefile.am
+++ b/src/nse/Makefile.am
@@ -82,7 +82,7 @@ check_PROGRAMS = \
82endif 82endif
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
diff --git a/src/peerinfo-tool/Makefile.am b/src/peerinfo-tool/Makefile.am
index c79c3ac68..648957a05 100644
--- a/src/peerinfo-tool/Makefile.am
+++ b/src/peerinfo-tool/Makefile.am
@@ -30,7 +30,7 @@ check_SCRIPTS = \
30endif 30endif
31 31
32if ENABLE_TEST_RUN 32if ENABLE_TEST_RUN
33AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 33AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
34TESTS = $(check_SCRIPTS) 34TESTS = $(check_SCRIPTS)
35endif 35endif
36 36
diff --git a/src/peerinfo/Makefile.am b/src/peerinfo/Makefile.am
index dd41cf15a..eeb5ee54e 100644
--- a/src/peerinfo/Makefile.am
+++ b/src/peerinfo/Makefile.am
@@ -58,7 +58,7 @@ endif
58 58
59 59
60if ENABLE_TEST_RUN 60if ENABLE_TEST_RUN
61AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 61AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
62TESTS = $(check_PROGRAMS) 62TESTS = $(check_PROGRAMS)
63endif 63endif
64 64
diff --git a/src/peerstore/Makefile.am b/src/peerstore/Makefile.am
index a12fdde2a..21db6ad17 100644
--- a/src/peerstore/Makefile.am
+++ b/src/peerstore/Makefile.am
@@ -108,7 +108,7 @@ EXTRA_DIST = \
108 test_peerstore_api_data.conf 108 test_peerstore_api_data.conf
109 109
110if ENABLE_TEST_RUN 110if ENABLE_TEST_RUN
111AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 111AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
112TESTS = $(check_PROGRAMS) 112TESTS = $(check_PROGRAMS)
113endif 113endif
114 114
diff --git a/src/psyc/Makefile.am b/src/psyc/Makefile.am
index 0016b1b3b..a16128624 100644
--- a/src/psyc/Makefile.am
+++ b/src/psyc/Makefile.am
@@ -53,7 +53,7 @@ check_PROGRAMS = \
53endif 53endif
54 54
55if ENABLE_TEST_RUN 55if ENABLE_TEST_RUN
56AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 56AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
57TESTS = $(check_PROGRAMS) 57TESTS = $(check_PROGRAMS)
58endif 58endif
59 59
diff --git a/src/psycstore/Makefile.am b/src/psycstore/Makefile.am
index 30e2a9673..07c019e1d 100644
--- a/src/psycstore/Makefile.am
+++ b/src/psycstore/Makefile.am
@@ -118,7 +118,7 @@ endif
118endif 118endif
119 119
120if ENABLE_TEST_RUN 120if ENABLE_TEST_RUN
121AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 121AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
122TESTS = $(check_PROGRAMS) 122TESTS = $(check_PROGRAMS)
123endif 123endif
124 124
diff --git a/src/psycutil/Makefile.am b/src/psycutil/Makefile.am
index 2a916fe30..2732c3a21 100644
--- a/src/psycutil/Makefile.am
+++ b/src/psycutil/Makefile.am
@@ -33,7 +33,7 @@ check_PROGRAMS = \
33endif 33endif
34 34
35if ENABLE_TEST_RUN 35if ENABLE_TEST_RUN
36AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 36AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
37TESTS = $(check_PROGRAMS) 37TESTS = $(check_PROGRAMS)
38endif 38endif
39 39
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
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
diff --git a/src/revocation/Makefile.am b/src/revocation/Makefile.am
index a681b2f33..541c7120d 100644
--- a/src/revocation/Makefile.am
+++ b/src/revocation/Makefile.am
@@ -72,7 +72,7 @@ check_SCRIPTS = \
72 test_local_revocation.py 72 test_local_revocation.py
73 73
74if ENABLE_TEST_RUN 74if ENABLE_TEST_RUN
75 AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 75 AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
76 TESTS = \ 76 TESTS = \
77 $(check_SCRIPTS) \ 77 $(check_SCRIPTS) \
78 $(check_PROGRAMS) 78 $(check_PROGRAMS)
diff --git a/src/rps/Makefile.am b/src/rps/Makefile.am
index eee1a91b9..de7f853c1 100644
--- a/src/rps/Makefile.am
+++ b/src/rps/Makefile.am
@@ -96,7 +96,7 @@ rps_test_src = \
96 gnunet-service-rps_sampler_elem.h gnunet-service-rps_sampler_elem.c 96 gnunet-service-rps_sampler_elem.h gnunet-service-rps_sampler_elem.c
97 97
98if ENABLE_TEST_RUN 98if ENABLE_TEST_RUN
99AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 99AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
100TESTS = $(check_PROGRAMS) 100TESTS = $(check_PROGRAMS)
101endif 101endif
102 102
diff --git a/src/scalarproduct/Makefile.am b/src/scalarproduct/Makefile.am
index e2487d9f3..10e04284f 100644
--- a/src/scalarproduct/Makefile.am
+++ b/src/scalarproduct/Makefile.am
@@ -106,7 +106,7 @@ check_PROGRAMS = \
106 test_ecc_scalarproduct 106 test_ecc_scalarproduct
107 107
108if ENABLE_TEST_RUN 108if ENABLE_TEST_RUN
109 AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 109 AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
110 TESTS = $(check_SCRIPTS) $(check_PROGRAMS) 110 TESTS = $(check_SCRIPTS) $(check_PROGRAMS)
111endif 111endif
112 112
diff --git a/src/secretsharing/Makefile.am b/src/secretsharing/Makefile.am
index 3d0c73c3b..562688dd9 100644
--- a/src/secretsharing/Makefile.am
+++ b/src/secretsharing/Makefile.am
@@ -60,7 +60,7 @@ check_PROGRAMS = \
60 test_secretsharing_api 60 test_secretsharing_api
61 61
62if ENABLE_TEST_RUN 62if ENABLE_TEST_RUN
63AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 63AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
64TESTS = $(check_PROGRAMS) 64TESTS = $(check_PROGRAMS)
65endif 65endif
66 66
diff --git a/src/set/Makefile.am b/src/set/Makefile.am
index 4d990479c..9d6b0d3c2 100644
--- a/src/set/Makefile.am
+++ b/src/set/Makefile.am
@@ -80,7 +80,7 @@ check_PROGRAMS = \
80endif 80endif
81 81
82if ENABLE_TEST_RUN 82if ENABLE_TEST_RUN
83AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 83AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
84TESTS = $(check_PROGRAMS) 84TESTS = $(check_PROGRAMS)
85endif 85endif
86 86
diff --git a/src/social/Makefile.am b/src/social/Makefile.am
index 693a61411..94a9ba108 100644
--- a/src/social/Makefile.am
+++ b/src/social/Makefile.am
@@ -62,7 +62,7 @@ check_PROGRAMS = \
62endif 62endif
63 63
64if ENABLE_TEST_RUN 64if ENABLE_TEST_RUN
65AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 65AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
66TESTS = $(check_PROGRAMS) 66TESTS = $(check_PROGRAMS)
67endif 67endif
68 68
diff --git a/src/statistics/Makefile.am b/src/statistics/Makefile.am
index 0907c4a37..b2e256960 100644
--- a/src/statistics/Makefile.am
+++ b/src/statistics/Makefile.am
@@ -55,7 +55,7 @@ check_PROGRAMS = \
55 test_statistics_api_watch_zero_value 55 test_statistics_api_watch_zero_value
56 56
57if ENABLE_TEST_RUN 57if ENABLE_TEST_RUN
58AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 58AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
59TESTS = $(check_PROGRAMS) $(check_SCRIPTS) 59TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
60endif 60endif
61 61
diff --git a/src/template/Makefile.am b/src/template/Makefile.am
index bdd5d6ebf..5a27a6d60 100644
--- a/src/template/Makefile.am
+++ b/src/template/Makefile.am
@@ -42,7 +42,7 @@ check_PROGRAMS = \
42 test_template_api 42 test_template_api
43 43
44if ENABLE_TEST_RUN 44if ENABLE_TEST_RUN
45AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 45AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
46TESTS = $(check_PROGRAMS) 46TESTS = $(check_PROGRAMS)
47endif 47endif
48 48
diff --git a/src/testbed-logger/Makefile.am b/src/testbed-logger/Makefile.am
index 7f372fd02..a8c4c7b05 100644
--- a/src/testbed-logger/Makefile.am
+++ b/src/testbed-logger/Makefile.am
@@ -41,7 +41,7 @@ check_PROGRAMS = \
41 test_testbed_logger_api 41 test_testbed_logger_api
42 42
43if ENABLE_TEST_RUN 43if ENABLE_TEST_RUN
44 AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 44 AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
45 TESTS = \ 45 TESTS = \
46 test_testbed_logger_api 46 test_testbed_logger_api
47endif 47endif
diff --git a/src/testbed/Makefile.am b/src/testbed/Makefile.am
index e9b667b6c..94c908295 100644
--- a/src/testbed/Makefile.am
+++ b/src/testbed/Makefile.am
@@ -157,7 +157,7 @@ check_PROGRAMS = \
157 $(underlay_testcases) 157 $(underlay_testcases)
158 158
159if ENABLE_TEST_RUN 159if ENABLE_TEST_RUN
160 AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 160 AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
161 TESTS = \ 161 TESTS = \
162 test_testbed_api \ 162 test_testbed_api \
163 test_testbed_api_sd \ 163 test_testbed_api_sd \
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am
index c290dc909..727bfb134 100644
--- a/src/testing/Makefile.am
+++ b/src/testing/Makefile.am
@@ -56,7 +56,7 @@ check_PROGRAMS = \
56 test_testing_sharedservices 56 test_testing_sharedservices
57 57
58if ENABLE_TEST_RUN 58if ENABLE_TEST_RUN
59AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 59AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
60TESTS = \ 60TESTS = \
61 test_testing_portreservation \ 61 test_testing_portreservation \
62 test_testing_peerstartup \ 62 test_testing_peerstartup \
diff --git a/src/topology/Makefile.am b/src/topology/Makefile.am
index 6c6cbf8ff..97e4652d0 100644
--- a/src/topology/Makefile.am
+++ b/src/topology/Makefile.am
@@ -48,7 +48,7 @@ check_PROGRAMS = \
48endif 48endif
49 49
50if ENABLE_TEST_RUN 50if ENABLE_TEST_RUN
51AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 51AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
52TESTS = $(check_PROGRAMS) 52TESTS = $(check_PROGRAMS)
53endif 53endif
54 54
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 0b523eecc..acc2557c6 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -500,7 +500,7 @@ endif
500endif 500endif
501 501
502if ENABLE_TEST_RUN 502if ENABLE_TEST_RUN
503AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 503AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
504TESTS = \ 504TESTS = \
505 test_transport_address_switch_tcp \ 505 test_transport_address_switch_tcp \
506 test_transport_address_switch_udp \ 506 test_transport_address_switch_udp \
diff --git a/src/tun/Makefile.am b/src/tun/Makefile.am
index d8eb2767e..c741f5654 100644
--- a/src/tun/Makefile.am
+++ b/src/tun/Makefile.am
@@ -28,7 +28,7 @@ check_PROGRAMS = \
28 test_regex 28 test_regex
29 29
30if ENABLE_TEST_RUN 30if ENABLE_TEST_RUN
31AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 31AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
32TESTS = $(check_PROGRAMS) 32TESTS = $(check_PROGRAMS)
33endif 33endif
34 34
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index c666b017d..931dd9568 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -187,7 +187,7 @@ noinst_PROGRAMS = \
187 187
188 188
189if ENABLE_TEST_RUN 189if ENABLE_TEST_RUN
190AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 190AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
191TESTS = $(check_PROGRAMS) 191TESTS = $(check_PROGRAMS)
192endif 192endif
193 193