Fix Eglot Tramp tests on EMBA
* test/lisp/progmodes/eglot-tests.el (eglot--call-with-tramp-test): Bind `tramp-allow-unsafe-temporary-files' with t. (Bug#62289)
This commit is contained in:
parent
5b351bc7fa
commit
9133446db8
1 changed files with 1 additions and 0 deletions
|
@ -1261,6 +1261,7 @@ macro will assume it exists."
|
|||
;; really just the local host.
|
||||
(let* ((tramp-remote-path (cons 'tramp-own-remote-path tramp-remote-path))
|
||||
(tramp-histfile-override t)
|
||||
(tramp-allow-unsafe-temporary-files t)
|
||||
(tramp-verbose 1)
|
||||
(temporary-file-directory ert-remote-temporary-file-directory)
|
||||
(default-directory temporary-file-directory))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue