]> git.eshelyaron.com Git - emacs.git/commit
Retrieve start time from remote machine, use compat attrib functions
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 11 Aug 2019 10:06:57 +0000 (12:06 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 11 Aug 2019 10:06:57 +0000 (12:06 +0200)
commit95552e08db1688809b7f3979ed86033287fa5dc9
treefe8558cc6ce95a045e51dffdda5064d5e5adfc82
parent252704ded4657123d9ed95b9c2573ca5c1c38dc5
Retrieve start time from remote machine, use compat attrib functions

* lisp/net/tramp-compat.el (tramp-compat-file-attribute-access-time)
(tramp-compat-file-attribute-status-change-time): New defaliases.

* test/lisp/net/tramp-tests.el (tramp--test-start-time): New defvar.
(tramp--test-file-attributes-equal-p)
(tramp-test19-directory-files-and-attributes): Use it.
(tramp-test18-file-attributes)
(tramp--test-file-attributes-equal-p, tramp-test20-file-modes)
(tramp-test22-file-times, tramp--test-check-files):
Use `tramp-compat-file-attribute-*' functions.
lisp/net/tramp-compat.el
test/lisp/net/tramp-tests.el