aboutsummaryrefslogtreecommitdiffstats
path: root/test/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib-src')
-rw-r--r--test/lib-src/emacsclient-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib-src/emacsclient-tests.el b/test/lib-src/emacsclient-tests.el
index 54dd41c5a69..d65f79876db 100644
--- a/test/lib-src/emacsclient-tests.el
+++ b/test/lib-src/emacsclient-tests.el
@@ -30,7 +30,7 @@
30(defconst emacsclient-test-emacs 30(defconst emacsclient-test-emacs
31 (if installation-directory 31 (if installation-directory
32 (expand-file-name "lib-src/emacsclient" installation-directory) 32 (expand-file-name "lib-src/emacsclient" installation-directory)
33 "emacsclient") 33 emacsclient-program-name)
34 "The emacsclient binary to test.") 34 "The emacsclient binary to test.")
35 35
36(defmacro emacsclient-test-call-emacsclient (editor) 36(defmacro emacsclient-test-call-emacsclient (editor)