diff options
Diffstat (limited to 'test/lib-src')
| -rw-r--r-- | test/lib-src/emacsclient-tests.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/lib-src/emacsclient-tests.el b/test/lib-src/emacsclient-tests.el index dce1c89f86b..61ead4f0f32 100644 --- a/test/lib-src/emacsclient-tests.el +++ b/test/lib-src/emacsclient-tests.el | |||
| @@ -35,9 +35,6 @@ | |||
| 35 | 35 | ||
| 36 | (defun emacsclient-test-call-emacsclient () | 36 | (defun emacsclient-test-call-emacsclient () |
| 37 | "Run emacsclient." | 37 | "Run emacsclient." |
| 38 | (when (getenv "EMACS_HYDRA_CI") | ||
| 39 | (message "emacsclient-test-emacs: %s" emacsclient-test-emacs) | ||
| 40 | (message "ALTERNATE_EDITOR: %s" (getenv "ALTERNATE_EDITOR"))) | ||
| 41 | (call-process emacsclient-test-emacs nil nil nil | 38 | (call-process emacsclient-test-emacs nil nil nil |
| 42 | "--server-file" (expand-file-name "non-existent-file" invocation-directory) | 39 | "--server-file" (expand-file-name "non-existent-file" invocation-directory) |
| 43 | "foo")) | 40 | "foo")) |