[PATCH] tests: Correctly simulate no emacs in t/nobase-nodist.sh
Karl Berry <[email protected]>
| Newsgroups | gmane.comp.sysutils.automake.patches |
|---|---|
| Message-ID | <[email protected]> |
Typo in export command in one test. Barring problems, will push in a day or two. --thanks, karl.
am-emcas.diff
(application/octet-stream, 751 B)
From dd69d0cec2e37964409b7ad5bd976a25f28c3532 Mon Sep 17 00:00:00 2001 From: Karl Berry <[email protected]> Date: Sun, 5 Jan 2020 18:21:01 -0800 Subject: [PATCH] tests: Correctly simulate no emacs in t/nobase-nodist.sh * t/nobase-nodist.sh: export EMACS, not EMCAS, as "no". --- t/nobase-nodist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/nobase-nodist.sh b/t/nobase-nodist.sh index 898ab9a..8966f9b 100644 --- a/t/nobase-nodist.sh +++ b/t/nobase-nodist.sh @@ -19,7 +19,7 @@ . test-init.sh # Simulate no emacs and no python (it shouldn't be needed in this test). -EMACS="no" PYTHON=":"; export EMCAS PYTHON +EMACS="no" PYTHON=":"; export EMACS PYTHON cat >> configure.ac << 'END' AM_PATH_LISPDIR -- 1.8.3.1