branch: externals/m-buffer
commit ce6dfb0023d1766a2616cdccb60ecdb53e4f2637
Author: Phillip Lord <[email protected]>
Commit: Phillip Lord <[email protected]>

    Use Emacs var
---
 run-tests.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/run-tests.sh b/run-tests.sh
index 74441aad5c..35f63e8c8b 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -1,3 +1,4 @@
 ## run in subdir because test files there there
-emacs -batch -l ./test/dash.el  -l m-buffer.el -l ./test/m-buffer-test.el \
+EMACS=${EMACS-emacs}
+$EMACS -batch -l ./test/dash.el  -l m-buffer.el -l ./test/m-buffer-test.el \
     -f ert-run-tests-batch-and-exit

Reply via email to