]> git.eshelyaron.com Git - emacs.git/commit
process-file in Tramp must return exit code (Bug#41099)
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 6 May 2020 08:36:43 +0000 (10:36 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 6 May 2020 08:36:43 +0000 (10:36 +0200)
commitd9e10a1d1a56b8740a276a3fa418f628f79790d0
tree0474bd7a5e37e0165e73ba5818cd1b0316fe6112
parentc4adfbae24d920f0ce62cb88b988219348d1ec73
process-file in Tramp must return exit code (Bug#41099)

* lisp/net/tramp-adb.el (tramp-adb-send-command-and-check): Add optional
argument EXIT-STATUS.
(tramp-adb-handle-process-file): Use it.

* lisp/net/tramp-sh.el (tramp-send-command-and-check): Add optional
argument EXIT-STATUS.
(tramp-sh-handle-process-file): Use it.  (Bug#41099)

* test/lisp/net/tramp-tests.el (tramp-test28-process-file): Adapt test.
lisp/net/tramp-adb.el
lisp/net/tramp-sh.el
test/lisp/net/tramp-tests.el