summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2019-10-18 19:45:07 +0200
committerMichael Albinus <michael.albinus@gmx.de>2019-10-18 19:45:07 +0200
commit36c75c2a413beebc0b5163ba962cacfcea36db02 (patch)
tree72c53399ef477ddb4ac68abcf618ce52de36a8ff /test
parent7c58cca134f827ca57d16d4126dc0247248b43bb (diff)
downloademacs-36c75c2a413beebc0b5163ba962cacfcea36db02.tar.gz
* test/lisp/net/tramp-tests.el (remote-file-name-inhibit-cache): Set to nil.
Diffstat (limited to 'test')
-rw-r--r--test/lisp/net/tramp-tests.el5
1 files 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")