From 6bea195db5ba93380148723f6b7290187e94437e Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Tue, 20 Jul 2021 17:28:29 +0200 Subject: [PATCH] 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 be4b4279b4d..b3a00215ac3 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 -- 2.39.5