]> git.eshelyaron.com Git - emacs.git/commit
Improve Tramp tests
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 9 May 2022 18:10:10 +0000 (20:10 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 9 May 2022 18:10:10 +0000 (20:10 +0200)
commit558286315c908a8be134bec0187c97ceac815b3e
treefcf12c426e633e4334798d4fcca8838c55f18774
parent6fc54786c3bb797068675d7eb7b500fb990bd04a
Improve Tramp tests

* lisp/net/tramp-smb.el (tramp-smb-handle-copy-file):
Handle compressed files.

* lisp/net/tramp.el (tramp-skeleton-write-region):
Handle encrypted VISIT file.
(tramp-get-process-attributes): Add backward compatibility.

* test/lisp/net/tramp-tests.el (with-connection-local-variables):
Declare.
(auto-save-file-name-transforms): Don't declare.
(ert-resource-directory-format)
(ert-resource-directory-trim-left-regexp)
(ert-resource-directory-trim-right-regexp, ert-resource-directory)
(ert-resource-file): Define if they don't exist.
(tramp-test10-write-region-file-precious-flag)
(tramp-test10-write-region-other-file-name-handler)
(tramp-test31-interrupt-process, tramp-test31-signal-process)
(tramp--test-async-shell-command)
(tramp-test34-connection-local-variables)
(tramp-test39-make-lock-file-name)
(tramp-test39-detect-external-change): Extend tests.
lisp/net/tramp-smb.el
lisp/net/tramp.el
test/lisp/net/tramp-tests.el