]> git.eshelyaron.com Git - emacs.git/commit
Some minor Tramp fixes, resulting from test campaign
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 13 Nov 2020 15:55:08 +0000 (16:55 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 13 Nov 2020 15:55:08 +0000 (16:55 +0100)
commit297f89f7e4becd64c1732af6db8ba925186d1d45
treea422591b1cba4c1269a3cb2be430fb6fc6e379f5
parent206dd9d5923d5db7b44a1bf67e6ec61c027ab1d2
Some minor Tramp fixes, resulting from test campaign

* lisp/net/tramp.el (tramp-handle-write-region):
* lisp/net/tramp-adb.el (tramp-adb-handle-write-region):
* lisp/net/tramp-sh.el (tramp-sh-handle-write-region):
* lisp/net/tramp-smb.el (tramp-smb-handle-write-region): Use `current-time'
if needed.

* lisp/net/tramp-gvfs.el (tramp-gvfs-gio-mapping):
(tramp-gvfs-do-copy-or-rename-file): Remove "gvfs-rename", it is
not trustworthy.

* test/lisp/net/tramp-tests.el (tramp-test07-file-exists-p): Check also for
symlinked files in trash.
(tramp-test20-file-modes): Revert last change, it was a thinko.
lisp/net/tramp-adb.el
lisp/net/tramp-gvfs.el
lisp/net/tramp-sh.el
lisp/net/tramp-smb.el
lisp/net/tramp.el
test/lisp/net/tramp-tests.el