From: Michael Albinus Date: Fri, 18 Oct 2019 17:45:07 +0000 (+0200) Subject: * test/lisp/net/tramp-tests.el (remote-file-name-inhibit-cache): Set to nil. X-Git-Tag: emacs-27.0.90~1003 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=36c75c2a413beebc0b5163ba962cacfcea36db02;p=emacs.git * test/lisp/net/tramp-tests.el (remote-file-name-inhibit-cache): Set to nil. --- 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")