emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 9133446db87: Fix Eglot Tramp tests on EMBA


From: Michael Albinus
Subject: emacs-29 9133446db87: Fix Eglot Tramp tests on EMBA
Date: Tue, 28 Mar 2023 06:43:16 -0400 (EDT)

branch: emacs-29
commit 9133446db873415e05f331d9bd55cdfe960a0c55
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    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)
---
 test/lisp/progmodes/eglot-tests.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/lisp/progmodes/eglot-tests.el 
b/test/lisp/progmodes/eglot-tests.el
index 7a90d68d213..2388cf9ef51 100644
--- 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]