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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user