From: Karl Berry Date: Mon, 6 Jan 2020 02:21:01 +0000 (-0800) Subject: tests: Correctly simulate no emacs in t/nobase-nodist.sh X-Git-Tag: v1.16.2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd69d0cec2e37964409b7ad5bd976a25f28c3532;p=thirdparty%2Fautomake.git tests: Correctly simulate no emacs in t/nobase-nodist.sh * t/nobase-nodist.sh: export EMACS, not EMCAS, as "no". --- 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