diff --git a/Makefile.am b/Makefile.am index 32f2748..e14fea8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -121,6 +121,7 @@ override $(srcdir)/doc/version.texi: # Tests ####### +AM_TESTS_ENVIRONMENT = SYSTEM_SHELL='$(SHELL)'; export SYSTEM_SHELL; TEST_EXTENSIONS = .scm .org SCM_LOG_COMPILER = $(top_builddir)/pre-inst-env $(GUILE) AM_SCM_LOG_FLAGS = --no-auto-compile diff --git a/tests/redirects.org b/tests/redirects.org index 10c19bb..be69082 100644 --- a/tests/redirects.org +++ b/tests/redirects.org @@ -156,7 +156,7 @@ :script: #+begin_src sh cat > $TEST_TMP/foo.sh <