aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 @@
100 100
101(setq auth-source-save-behavior nil 101(setq auth-source-save-behavior nil
102 password-cache-expiry nil 102 password-cache-expiry nil
103 tramp-verbose 0 103 remote-file-name-inhibit-cache nil
104 tramp-cache-read-persistent-data t ;; For auth-sources. 104 tramp-cache-read-persistent-data t ;; For auth-sources.
105 tramp-copy-size-limit nil 105 tramp-copy-size-limit nil
106 tramp-message-show-message nil 106 tramp-message-show-message nil
107 tramp-persistency-file-name nil) 107 tramp-persistency-file-name nil
108 tramp-verbose 0)
108 109
109;; This should happen on hydra only. 110;; This should happen on hydra only.
110(when (getenv "EMACS_HYDRA_CI") 111(when (getenv "EMACS_HYDRA_CI")