projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b351bc
)
Fix Eglot Tramp tests on EMBA
author
Michael Albinus
<michael.albinus@gmx.de>
Tue, 28 Mar 2023 10:43:01 +0000
(12:43 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Tue, 28 Mar 2023 10:43:01 +0000
(12:43 +0200)
* test/lisp/progmodes/eglot-tests.el (eglot--call-with-tramp-test):
Bind `tramp-allow-unsafe-temporary-files' with t. (Bug#62289)
test/lisp/progmodes/eglot-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/progmodes/eglot-tests.el
b/test/lisp/progmodes/eglot-tests.el
index 7a90d68d213c607fde240a68a0596dd5e4fd1713..2388cf9ef51534f2c1ff24010792343676800b6d 100644
(file)
--- a/
test/lisp/progmodes/eglot-tests.el
+++ b/
test/lisp/progmodes/eglot-tests.el
@@
-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))