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.el10
1 files changed, 4 insertions, 6 deletions
diff --git a/test/lib-src/emacsclient-tests.el b/test/lib-src/emacsclient-tests.el
index 61ead4f0f32..3a2396f7817 100644
--- a/test/lib-src/emacsclient-tests.el
+++ b/test/lib-src/emacsclient-tests.el
@@ -26,12 +26,10 @@
26(require 'ert) 26(require 'ert)
27 27
28(defconst emacsclient-test-emacs 28(defconst emacsclient-test-emacs
29 (expand-file-name "emacsclient" (concat 29 (if installation-directory
30 (file-name-directory 30 (expand-file-name "lib-src/emacsclient" installation-directory)
31 (directory-file-name 31 "emacsclient")
32 (file-name-directory invocation-directory))) 32 "The emacsclient binary to test.")
33 "lib-src"))
34 "Path to emacsclient binary in build tree.")
35 33
36(defun emacsclient-test-call-emacsclient () 34(defun emacsclient-test-call-emacsclient ()
37 "Run emacsclient." 35 "Run emacsclient."