]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
tests: Correctly simulate no emacs in t/nobase-nodist.sh
authorKarl Berry <karl@freefriends.org>
Mon, 6 Jan 2020 02:21:01 +0000 (18:21 -0800)
committerKarl Berry <karl@freefriends.org>
Mon, 6 Jan 2020 02:21:01 +0000 (18:21 -0800)
* t/nobase-nodist.sh: export EMACS, not EMCAS, as "no".

t/nobase-nodist.sh

index 898ab9aa1626e7e91d0e603f7c8cbceb012148a9..8966f9bcdf1f2e7aa3fa4c7bf29da75d12eb2282 100644 (file)
@@ -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