diff options
| author | Michael Albinus | 2013-11-08 08:52:28 +0100 |
|---|---|---|
| committer | Michael Albinus | 2013-11-08 08:52:28 +0100 |
| commit | 540993833c54d2fdb85cb9b42e9cb5005b1ed515 (patch) | |
| tree | d7696d1c49f62ed1c93957275d31ee1560589b4f | |
| parent | b0f4c320e550a921a9804c64423178039034fe3f (diff) | |
| download | emacs-540993833c54d2fdb85cb9b42e9cb5005b1ed515.tar.gz emacs-540993833c54d2fdb85cb9b42e9cb5005b1ed515.zip | |
* automated/tramp-tests.el: Add `tramp-own-remote-path' to `tramp-remote-path'.
| -rw-r--r-- | test/ChangeLog | 5 | ||||
| -rw-r--r-- | test/automated/tramp-tests.el | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 51a9762c421..317789f0747 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-11-08 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * automated/tramp-tests.el: Add `tramp-own-remote-path' to | ||
| 4 | `tramp-remote-path'. | ||
| 5 | |||
| 1 | 2013-11-08 Helmut Eller <eller.helmut@gmail.com> | 6 | 2013-11-08 Helmut Eller <eller.helmut@gmail.com> |
| 2 | 7 | ||
| 3 | * automated/process-tests.el: New file. | 8 | * automated/process-tests.el: New file. |
diff --git a/test/automated/tramp-tests.el b/test/automated/tramp-tests.el index c80d41688a4..57544bfaefc 100644 --- a/test/automated/tramp-tests.el +++ b/test/automated/tramp-tests.el | |||
| @@ -40,6 +40,10 @@ | |||
| 40 | (setq tramp-verbose 0 | 40 | (setq tramp-verbose 0 |
| 41 | tramp-message-show-message nil) | 41 | tramp-message-show-message nil) |
| 42 | (when noninteractive (defalias 'tramp-read-passwd 'ignore)) | 42 | (when noninteractive (defalias 'tramp-read-passwd 'ignore)) |
| 43 | ;; This shall happen on hydra only; we need a proper test. Check | ||
| 44 | ;; `process-environment' for a hint. | ||
| 45 | (add-to-list 'tramp-remote-path 'tramp-own-remote-path) | ||
| 46 | (message "%s" process-environment) | ||
| 43 | 47 | ||
| 44 | (defvar tramp--test-enabled-checked nil | 48 | (defvar tramp--test-enabled-checked nil |
| 45 | "Cached result of `tramp--test-enabled'. | 49 | "Cached result of `tramp--test-enabled'. |