From 540993833c54d2fdb85cb9b42e9cb5005b1ed515 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Fri, 8 Nov 2013 08:52:28 +0100 Subject: [PATCH] * automated/tramp-tests.el: Add `tramp-own-remote-path' to `tramp-remote-path'. --- test/ChangeLog | 5 +++++ test/automated/tramp-tests.el | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/test/ChangeLog b/test/ChangeLog index 51a9762c421..317789f0747 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,8 @@ +2013-11-08 Michael Albinus + + * automated/tramp-tests.el: Add `tramp-own-remote-path' to + `tramp-remote-path'. + 2013-11-08 Helmut Eller * 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 @@ (setq tramp-verbose 0 tramp-message-show-message nil) (when noninteractive (defalias 'tramp-read-passwd 'ignore)) +;; This shall happen on hydra only; we need a proper test. Check +;; `process-environment' for a hint. +(add-to-list 'tramp-remote-path 'tramp-own-remote-path) +(message "%s" process-environment) (defvar tramp--test-enabled-checked nil "Cached result of `tramp--test-enabled'. -- 2.39.2