]> git.eshelyaron.com Git - emacs.git/commit
Fix Tramp portability issues
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 2 Aug 2020 11:26:00 +0000 (13:26 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 2 Aug 2020 11:26:00 +0000 (13:26 +0200)
commitdc8aa15472dc5df5f903e6a3b150e2f03eeb2dd1
treebd2e18baf8fcbdbb248d235499f9a57f535a917e
parent069b58b7c852b59f8ef7642e21db339626045671
Fix Tramp portability issues

* lisp/net/tramp-sh.el (tramp-set-remote-path): Replace "echo -n" by
"printf", it isn't portable.

* test/lisp/net/tramp-tests.el (tramp-test33-environment-variables)
(tramp-test33-environment-variables-and-port-numbers): Do not use
"echo -n", it isn't portable.
(tramp--test-utf8): Filter out not displayable characters.
lisp/net/tramp-sh.el
test/lisp/net/tramp-tests.el