aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 \