aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMichael Albinus2017-06-14 14:17:22 +0200
committerMichael Albinus2017-06-14 14:17:22 +0200
commit164fcc6f26e4a539f6cb1e4b7196ce5f93d06a53 (patch)
tree23b08f4be044bea2a34d69743bab1e2fc81ad90a /test
parent5647c4a2c62054ad3dae3d6d83739b7cc4d10c9f (diff)
downloademacs-164fcc6f26e4a539f6cb1e4b7196ce5f93d06a53.tar.gz
emacs-164fcc6f26e4a539f6cb1e4b7196ce5f93d06a53.zip
Fix Bug#27315
* lisp/net/tramp-cache.el (tramp-cache-read-persistent-data): New defvar. (top): Use it. * lisp/net/tramp.el (tramp-handle-file-name-case-insensitive-p): Check for connected, not for connectable. (Bug#27315) (tramp-process-actions): * lisp/net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use `tramp-cache-read-persistent-data'. * test/lisp/net/tramp-tests.el (top): Set also `tramp-cache-read-persistent-data'.
Diffstat (limited to 'test')
-rw-r--r--test/lisp/net/tramp-tests.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index 28147c48d6c..3c1e76e8772 100644
--- a/test/lisp/net/tramp-tests.el
+++ b/test/lisp/net/tramp-tests.el
@@ -75,6 +75,7 @@
75 75
76(setq password-cache-expiry nil 76(setq password-cache-expiry nil
77 tramp-verbose 0 77 tramp-verbose 0
78 tramp-cache-read-persistent-data t ;; For auth-sources.
78 tramp-copy-size-limit nil 79 tramp-copy-size-limit nil
79 tramp-message-show-message nil 80 tramp-message-show-message nil
80 tramp-persistency-file-name nil) 81 tramp-persistency-file-name nil)