* test/lisp/net/tramp-tests.el (remote-file-name-inhibit-cache): Set to nil.

This commit is contained in:
Michael Albinus 2019-10-18 19:45:07 +02:00
parent 7c58cca134
commit 36c75c2a41

View file

@ -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")