diff options
| -rw-r--r-- | test/lisp/progmodes/eglot-tests.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/lisp/progmodes/eglot-tests.el b/test/lisp/progmodes/eglot-tests.el index ffc097fee74..ee99e421fe3 100644 --- a/test/lisp/progmodes/eglot-tests.el +++ b/test/lisp/progmodes/eglot-tests.el | |||
| @@ -85,7 +85,8 @@ directory hierarchy." | |||
| 85 | 85 | ||
| 86 | (defun eglot--call-with-fixture (fixture fn) | 86 | (defun eglot--call-with-fixture (fixture fn) |
| 87 | "Helper for `eglot--with-fixture'. Run FN under FIXTURE." | 87 | "Helper for `eglot--with-fixture'. Run FN under FIXTURE." |
| 88 | (let* ((fixture-directory (make-nearby-temp-file "eglot--fixture-" t)) | 88 | (let* ((temporary-file-directory (file-truename temporary-file-directory)) |
| 89 | (fixture-directory (make-nearby-temp-file "eglot--fixture-" t)) | ||
| 89 | (default-directory (file-name-as-directory fixture-directory)) | 90 | (default-directory (file-name-as-directory fixture-directory)) |
| 90 | created-files | 91 | created-files |
| 91 | new-servers | 92 | new-servers |