]> git.eshelyaron.com Git - emacs.git/commit
Fix Bug#33781
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 20 Dec 2018 10:07:15 +0000 (11:07 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 20 Dec 2018 10:07:15 +0000 (11:07 +0100)
commit88d3713beb8310eb1ab45dde8aa767f14489affe
tree1226549f5e63d7d95b2ebf677519c64e5cc12d02
parent7ca9bb7849c47f061f1e887fe1c2de9960654648
Fix Bug#33781

* lisp/net/tramp-sh.el (tramp-set-remote-path): Use a temporary
file for setting $PATH, if it exceeds PATH_MAX on the remote system.
(tramp-send-command-and-read): Ignore errors if NOERROR.  (Bug#33781)

* test/lisp/net/tramp-tests.el (tramp-test34-remote-path): New test.
lisp/net/tramp-sh.el
test/lisp/net/tramp-tests.el