mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
test: emacs: check for configured emacs
Commit d59d9c81
(test: Make the emacsclient binary user-configurable,
2012-11-27) modified the prereq check for the configured emacsclient,
but we probably want to do the same for emacs itself.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
parent
cd9ec20a49
commit
29ba523275
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ unset NAME
|
|||
|
||||
test_require_emacs () {
|
||||
local ret=0
|
||||
test_require_external_prereq emacs || ret=1
|
||||
test_require_external_prereq ${TEST_EMACS} || ret=1
|
||||
test_require_external_prereq ${TEST_EMACSCLIENT} || ret=1
|
||||
test_require_external_prereq dtach || ret=1
|
||||
return $ret
|
||||
|
|
Loading…
Reference in a new issue