aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMichael Albinus2017-06-11 23:16:13 +0200
committerMichael Albinus2017-06-11 23:16:13 +0200
commit87958db425812ec7cacf9ad3f8db22a91e3db4e4 (patch)
tree05ab907b0bd20ae3d3bffe070f15a2c2a8684e55 /test
parentee051688c18b3bd7bb7c7a01100f09f7dd402ba6 (diff)
downloademacs-87958db425812ec7cacf9ad3f8db22a91e3db4e4.tar.gz
emacs-87958db425812ec7cacf9ad3f8db22a91e3db4e4.zip
Some further improvements for tramp-gvfs.el
* lisp/net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name) (tramp-gvfs-get-file-attributes) (tramp-gvfs-maybe-open-connection): Handle davs? properly. (tramp-gvfs-handler-askquestion): Improve `yes-or-no-p' prompt. Show question also in batch mode. Cache result. * test/lisp/net/tramp-tests.el (tramp-test24-file-name-completion): Support completion for host names and ports.
Diffstat (limited to 'test')
-rw-r--r--test/lisp/net/tramp-tests.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index 6876f20d41c..28147c48d6c 100644
--- a/test/lisp/net/tramp-tests.el
+++ b/test/lisp/net/tramp-tests.el
@@ -2501,6 +2501,8 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'."
2501 (let ((method (file-remote-p tramp-test-temporary-file-directory 'method)) 2501 (let ((method (file-remote-p tramp-test-temporary-file-directory 'method))
2502 (host (file-remote-p tramp-test-temporary-file-directory 'host)) 2502 (host (file-remote-p tramp-test-temporary-file-directory 'host))
2503 (orig-syntax tramp-syntax)) 2503 (orig-syntax tramp-syntax))
2504 (when (and (stringp host) (string-match tramp-host-with-port-regexp host))
2505 (setq host (match-string 1 host)))
2504 2506
2505 (unwind-protect 2507 (unwind-protect
2506 (dolist 2508 (dolist