+2013-11-08 Michael Albinus <michael.albinus@gmx.de>
+
+ * automated/tramp-tests.el: Add `tramp-own-remote-path' to
+ `tramp-remote-path'.
+
2013-11-08 Helmut Eller <eller.helmut@gmail.com>
* automated/process-tests.el: New file.
(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'.