]> git.eshelyaron.com Git - emacs.git/commit
Tramp cleanup from recent test campaign
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 28 Jan 2023 09:26:44 +0000 (10:26 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 28 Jan 2023 09:26:44 +0000 (10:26 +0100)
commit0820a81ec7a1dcd421b3eec345a38d8405ee00a0
treefb1688e5e46b89bfba5786e0d79555e0e706d490
parentcd42244fca8785fb57c25c731afcf3227c2ad14b
Tramp cleanup from recent test campaign

* lisp/net/tramp.el (tramp-barf-if-file-missing): Fix docstring.
(tramp-handle-file-directory-p): Don't suppress errors.
(tramp-handle-shell-command):
* lisp/net/tramp-adb.el (tramp-adb-handle-make-process):
Make insertion of a stderr file more robust.

* lisp/net/tramp-archive.el (tramp-archive-handle-directory-files):
Use `tramp-barf-if-file-missing'.

* lisp/net/tramp-sudoedit.el
(tramp-sudoedit-handle-file-name-all-completions): Protect against
errors from `file-directory-p'.

* lisp/net/tramp.el (tramp-wrong-passwd-regexp):
* lisp/net/tramp-adb.el (tramp-adb-prompt):
* lisp/net/tramp-sh.el (tramp-sh-inotifywait-process-filter):
* lisp/net/tramp-smb.el (tramp-smb-maybe-open-connection): Unify regexps.

* test/lisp/net/tramp-tests.el (tramp-test48-auto-load)
(tramp-test48-delay-load): Unify regexps.
lisp/net/tramp-adb.el
lisp/net/tramp-archive.el
lisp/net/tramp-sh.el
lisp/net/tramp-smb.el
lisp/net/tramp-sudoedit.el
lisp/net/tramp.el
test/lisp/net/tramp-tests.el