]> git.eshelyaron.com Git - emacs.git/commit
Fix case that $PATH is longer than 4096 chars in Tramp
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 6 Apr 2020 12:26:49 +0000 (14:26 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 6 Apr 2020 12:26:49 +0000 (14:26 +0200)
commit3dc2f50e5bf9f58aee23fd6c61c02fadc240a377
tree9ea23578729ca2827acc3fcca6421bfde7cbe2a2
parentfd4ee361395060c8afa95393245ac8d51655ae54
Fix case that $PATH is longer than 4096 chars in Tramp

* lisp/net/tramp-sh.el (tramp-set-remote-path): Use `tramp-send-command'
directly.

* test/lisp/net/tramp-tests.el (tramp-test-vec): New defconst.
(tramp--test-enabled, tramp--test-message)
(tramp--test-backtrace, tramp-test03-file-name-host-rules)
(tramp-test18-file-attributes, tramp-test20-file-modes)
(tramp-test26-file-name-completion)
(tramp-test33-environment-variables, tramp-test35-remote-path)
(tramp-test36-vc-registered, )
(tramp-test43-asynchronous-requests): Use it.
(tramp-test29-start-file-process, tramp-test30-make-process)
(tramp-test33-environment-variables): Remove Hydra specific result.
(tramp-test35-remote-path): Rewrite partially.
lisp/net/tramp-sh.el
test/lisp/net/tramp-tests.el