]> git.eshelyaron.com Git - emacs.git/commit
Fix problem in tramp-smb.el
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 23 Jun 2020 19:18:08 +0000 (21:18 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 23 Jun 2020 19:18:08 +0000 (21:18 +0200)
commit35e881c5303c6ddf23b901bd2805971dc4ecf20b
treec2f80545ac67ed12f0bdf8f2e8f8624c2b5a42ea
parent86a24971118958baf5a0a88a9c7c2cb053501b6d
Fix problem in tramp-smb.el

* lisp/net/tramp-smb.el (tramp-smb-handle-directory-files):
Use `directory-file-name'.

* test/lisp/net/tramp-tests.el (trace): Require it.
(tramp--test-instrument-test-case): Print also function traces.
(tramp--test-smb-p): New defun.
(tramp-test03-file-name-method-rules)
(tramp-test05-expand-file-name-relative)
(tramp-test21-file-links, tramp--test-windows-nt-or-smb-p)
(tramp--test-check-files): Use it.
lisp/net/tramp-smb.el
test/lisp/net/tramp-tests.el