emacs-diffs
[Top][All Lists]
Advanced

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

master 6bea195: Fix Bug#49636


From: Michael Albinus
Subject: master 6bea195: Fix Bug#49636
Date: Tue, 20 Jul 2021 11:28:36 -0400 (EDT)

branch: master
commit 6bea195db5ba93380148723f6b7290187e94437e
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    Fix Bug#49636
    
    * test/lisp/net/tramp-tests.el (tramp-test39-make-lock-file-name):
    Let-bind `auto-save-default'.  (Bug#49636)
---
 test/lisp/net/tramp-tests.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index be4b427..b3a0021 100644
--- a/test/lisp/net/tramp-tests.el
+++ b/test/lisp/net/tramp-tests.el
@@ -5771,6 +5771,7 @@ Use direct async.")
           (append
            (and (tramp--test-fuse-p) '(tramp-fuse-unmount))
            tramp-cleanup-connection-hook))
+          auto-save-default
          noninteractive)
 
       (unwind-protect



reply via email to

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