summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-01-05 18:21:01 -0800
committerKarl Berry <karl@freefriends.org>2020-01-05 18:21:01 -0800
commitdd69d0cec2e37964409b7ad5bd976a25f28c3532 (patch)
tree063d15810cabffbd58565702d621f8901a8862a6
parentb87f297426c2d79494b707d0fecddaff2b6eaefd (diff)
downloadautomake-dd69d0cec2e37964409b7ad5bd976a25f28c3532.tar.gz
tests: Correctly simulate no emacs in t/nobase-nodist.sh
* t/nobase-nodist.sh: export EMACS, not EMCAS, as "no".
-rw-r--r--t/nobase-nodist.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/nobase-nodist.sh b/t/nobase-nodist.sh
index 898ab9aa1..8966f9bcd 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