automake-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[automake-commit] branch master updated: tests: Correctly simulate no em


From: Karl Berry
Subject: [automake-commit] branch master updated: tests: Correctly simulate no emacs in t/nobase-nodist.sh
Date: Mon, 06 Jan 2020 20:01:00 -0500

This is an automated email from the git hooks/post-receive script.

karl pushed a commit to branch master
in repository automake.

The following commit(s) were added to refs/heads/master by this push:
     new dd69d0c  tests: Correctly simulate no emacs in t/nobase-nodist.sh
dd69d0c is described below

commit dd69d0cec2e37964409b7ad5bd976a25f28c3532
Author: Karl Berry <address@hidden>
AuthorDate: Sun Jan 5 18:21:01 2020 -0800

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]