From 36c75c2a413beebc0b5163ba962cacfcea36db02 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Fri, 18 Oct 2019 19:45:07 +0200 Subject: [PATCH] * test/lisp/net/tramp-tests.el (remote-file-name-inhibit-cache): Set to nil. --- test/lisp/net/tramp-tests.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index 37021d6c93d..128d099ac24 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el @@ -100,11 +100,12 @@ (setq auth-source-save-behavior nil password-cache-expiry nil - tramp-verbose 0 + remote-file-name-inhibit-cache nil tramp-cache-read-persistent-data t ;; For auth-sources. tramp-copy-size-limit nil tramp-message-show-message nil - tramp-persistency-file-name nil) + tramp-persistency-file-name nil + tramp-verbose 0) ;; This should happen on hydra only. (when (getenv "EMACS_HYDRA_CI") -- 2.39.2