]> git.eshelyaron.com Git - emacs.git/commit
Further Tramp fixes for Android 12
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 9 Aug 2022 16:12:27 +0000 (18:12 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 9 Aug 2022 16:12:27 +0000 (18:12 +0200)
commitb0653b27e25bfad2416364c33e1a5994285435c4
tree26f13719c18622f29344038477b55b9e12110c29
parente5bf2b942fec6e901c165aff93c89e4dd8e448dd
Further Tramp fixes for Android 12

* lisp/net/tramp-adb.el (tramp-adb-handle-file-attributes)
(tramp-adb-handle-directory-files-and-attributes)
(tramp-adb-handle-file-name-all-completions): Pipe "ls" output
through "cat", in order to avoid quoting special characters.
(tramp-adb-sh-fix-ls-output): Remove fix for file names with spaces.

* test/lisp/net/tramp-tests.el (tramp-test22-file-times): Adapt test.
lisp/net/tramp-adb.el
test/lisp/net/tramp-tests.el