]> git.eshelyaron.com Git - emacs.git/commit
Tramp code cleanup
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 20 May 2024 14:22:17 +0000 (16:22 +0200)
committerEshel Yaron <me@eshelyaron.com>
Thu, 23 May 2024 08:28:15 +0000 (10:28 +0200)
commitf754ed3179ea662734b0521d430eb06f79f16a93
tree0c2fb9008194dbb9305de7dbf3cad66fcf37b12b
parent1f89f0bb61b8793335ac1fb3a00207555c2dffae
Tramp code cleanup

* lisp/net/tramp-sh.el (tramp-find-shell, tramp-find-inline-compress)
(tramp-get-remote-path):
* lisp/net/tramp-smb.el (tramp-smb-handle-process-file):
Use `tramp-warning'.

* test/lisp/net/tramp-tests.el (tramp--test-container-p):
Add "kubernetes", "run0" and "nspawn".
(tramp--test-toolbox-p): New defun.
(tramp-test45-asynchronous-requests): Use it.
(tramp--test-check-files): Adapt regexp.

(cherry picked from commit 3c238f7c50427942a200d38738bd92dad98a3928)
lisp/net/tramp-sh.el
lisp/net/tramp-smb.el
lisp/net/tramp.el
test/lisp/net/tramp-tests.el