]> git.eshelyaron.com Git - emacs.git/commitdiff
* automated/tramp-tests.el: Add `tramp-own-remote-path' to `tramp-remote-path'.
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 8 Nov 2013 07:52:28 +0000 (08:52 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 8 Nov 2013 07:52:28 +0000 (08:52 +0100)
test/ChangeLog
test/automated/tramp-tests.el

index 51a9762c4212609d70c1f1e3f4a7c8ec48be01b7..317789f07477d9ca09b0a6ae2387c6c6539693d7 100644 (file)
@@ -1,3 +1,8 @@
+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.
index c80d41688a478cd7a4761b7e559845f6d5b2b10a..57544bfaefc4d9fcddde9d57567e63945cf31a6d 100644 (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'.