summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index c4cf4fe..25fdd61 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -55,7 +55,3 @@ LOG_COMPILER = $(LIBTOOL) --mode=execute $(LOG_VALGRIND)
SH_LOG_COMPILER = $(LIBTOOL) --mode=execute $(SHELL)
TEST_EXTENSIONS = .sh
-
-AM_TESTS_ENVIRONMENT = \
- >&2 echo "I don’t understand why, but the libtool script during distcheck on guix does not set up LD_LIBRARY_PATH." ; \
- export "LD_LIBRARY_PATH=$(abs_top_builddir)/src/libdisfluid/.libs$(PATH_SEPARATOR)$$LD_LIBRARY_PATH" ;