diff options
| author | Michael Albinus | 2018-12-18 13:58:00 +0100 |
|---|---|---|
| committer | Michael Albinus | 2018-12-18 13:58:00 +0100 |
| commit | 710e79a6c56aff69d69ae7c003346bb38c3e9939 (patch) | |
| tree | c923a61b22f527ecf20c9c2155749f2c44c2650e /test | |
| parent | 5a9eba603d193324c7ff8c654fa28c6b4f3928f7 (diff) | |
| download | emacs-710e79a6c56aff69d69ae7c003346bb38c3e9939.tar.gz emacs-710e79a6c56aff69d69ae7c003346bb38c3e9939.zip | |
Fix Bug#33781
* lisp/net/tramp-cache.el (tramp-connection-properties):
* lisp/net/tramp-sh.el (tramp-remote-path)
(tramp-remote-process-environment, tramp-sh-extra-args):
Reinsert autoload cookie. (Bug#33781)
* test/lisp/net/tramp-tests.el: Do not require tramp-sh before
changing tramp-remote-path.
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/net/tramp-tests.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index c566f81610b..57b67a0bfe4 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el | |||
| @@ -107,7 +107,6 @@ | |||
| 107 | 107 | ||
| 108 | ;; This should happen on hydra only. | 108 | ;; This should happen on hydra only. |
| 109 | (when (getenv "EMACS_HYDRA_CI") | 109 | (when (getenv "EMACS_HYDRA_CI") |
| 110 | (require 'tramp-sh) | ||
| 111 | (add-to-list 'tramp-remote-path 'tramp-own-remote-path)) | 110 | (add-to-list 'tramp-remote-path 'tramp-own-remote-path)) |
| 112 | 111 | ||
| 113 | (defvar tramp--test-enabled-checked nil | 112 | (defvar tramp--test-enabled-checked nil |