* test/lisp/net/tramp-tests.el (remote-file-name-inhibit-cache): Set to nil.
This commit is contained in:
parent
7c58cca134
commit
36c75c2a41
1 changed files with 3 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue