aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 5c8d3cb..c921c55 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -9,6 +9,6 @@ test:
(ert-run-tests-batch-and-exit))"
test-interactive:
- @$(EMACSBIN) -Q $(LOAD_PATH) --eval "(progn\
+ @$(EMACS) -Q $(LOAD_PATH) --eval "(progn\
(load-file \"$(TOP)test/magit-tests.el\")\
(ert t))"