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:
Michael Albinus 2023-03-28 12:43:01 +02:00
parent 5b351bc7fa
commit 9133446db8

View file

@ -1261,6 +1261,7 @@ macro will assume it exists."
;; really just the local host. ;; really just the local host.
(let* ((tramp-remote-path (cons 'tramp-own-remote-path tramp-remote-path)) (let* ((tramp-remote-path (cons 'tramp-own-remote-path tramp-remote-path))
(tramp-histfile-override t) (tramp-histfile-override t)
(tramp-allow-unsafe-temporary-files t)
(tramp-verbose 1) (tramp-verbose 1)
(temporary-file-directory ert-remote-temporary-file-directory) (temporary-file-directory ert-remote-temporary-file-directory)
(default-directory temporary-file-directory)) (default-directory temporary-file-directory))