summaryrefslogtreecommitdiff
path: root/t/preproc-demo.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/preproc-demo.sh')
-rw-r--r--t/preproc-demo.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/preproc-demo.sh b/t/preproc-demo.sh
index 1f29057b5..8d16e929f 100644
--- a/t/preproc-demo.sh
+++ b/t/preproc-demo.sh
@@ -142,7 +142,6 @@ END
cat > lib/tests/gnulib-check.am <<'END'
check_PROGRAMS += %D%/safe-print-test
TESTS += $(check_PROGRAMS)
-AM_TESTS_ENVIRONMENT += EXEEXT='$(EXEEXT)'; export EXEEXT;
END
cat > lib/tests/safe-print-test.c <<'END'
@@ -161,6 +160,8 @@ cat > tests/check.am <<'END'
TEST_EXTENSIONS = .sh
SH_LOG_COMPILER = $(SHELL)
+AM_TESTS_ENVIRONMENT += EXEEXT='$(EXEEXT)'; export EXEEXT;
+
handwritten_TESTS = \
%D%/hello.sh \
%D%/built.sh