Fix Tramp IPv6 handling in tests
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 22 Jul 2024 07:56:52 +0000 (09:56 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 22 Jul 2024 07:56:52 +0000 (09:56 +0200)
commitf050b9c5033ef92ac299d3da30774bc228fd0e08
tree8449e1a470b45666af5672b20f1fb5b6f863e7b6
parent46b192c04b162519a5e88bbf0f465a7c5e1171a9
Fix Tramp IPv6 handling in tests

* lisp/net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
* lisp/net/tramp-sh.el (tramp-maybe-open-connection): Improve message.

* lisp/net/tramp-integration.el (shortdoc): Add further examples of
`file-remote-p'.

* lisp/net/tramp.el (tramp-handle-file-remote-p): Extend docstring.

* test/lisp/net/tramp-tests.el (tramp-test02-file-name-dissect)
(tramp-test02-file-name-dissect-simplified)
(tramp-test02-file-name-dissect-separate): Extend tests.
(tramp-test06-directory-file-name)
(tramp-test26-file-name-completion)
(tramp-test26-interactive-file-name-completion): Better handling
of IPv6 hosts.
lisp/net/tramp-gvfs.el
lisp/net/tramp-integration.el
lisp/net/tramp-sh.el
lisp/net/tramp.el
test/lisp/net/tramp-tests.el