diff options
| author | Michael Albinus | 2019-10-18 19:45:07 +0200 |
|---|---|---|
| committer | Michael Albinus | 2019-10-18 19:45:07 +0200 |
| commit | 36c75c2a413beebc0b5163ba962cacfcea36db02 (patch) | |
| tree | 72c53399ef477ddb4ac68abcf618ce52de36a8ff | |
| parent | 7c58cca134f827ca57d16d4126dc0247248b43bb (diff) | |
| download | emacs-36c75c2a413beebc0b5163ba962cacfcea36db02.tar.gz emacs-36c75c2a413beebc0b5163ba962cacfcea36db02.zip | |
* test/lisp/net/tramp-tests.el (remote-file-name-inhibit-cache): Set to nil.
| -rw-r--r-- | test/lisp/net/tramp-tests.el | 5 |
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") |