emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115028: * automated/tramp-tests.el: Add `tramp-own-


From: Michael Albinus
Subject: [Emacs-diffs] trunk r115028: * automated/tramp-tests.el: Add `tramp-own-remote-path' to `tramp-remote-path'.
Date: Fri, 08 Nov 2013 07:52:51 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115028
revision-id: address@hidden
parent: address@hidden
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Fri 2013-11-08 08:52:28 +0100
message:
  * automated/tramp-tests.el: Add `tramp-own-remote-path' to 
`tramp-remote-path'.
modified:
  test/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-8588
  test/automated/tramp-tests.el  tramptests.el-20131105142319-d9zp3oprkpxj5v1e-1
=== modified file 'test/ChangeLog'
--- a/test/ChangeLog    2013-11-08 04:40:51 +0000
+++ b/test/ChangeLog    2013-11-08 07:52:28 +0000
@@ -1,3 +1,8 @@
+2013-11-08  Michael Albinus  <address@hidden>
+
+       * automated/tramp-tests.el: Add `tramp-own-remote-path' to
+       `tramp-remote-path'.
+
 2013-11-08  Helmut Eller  <address@hidden>
 
        * automated/process-tests.el: New file.

=== modified file 'test/automated/tramp-tests.el'
--- a/test/automated/tramp-tests.el     2013-11-06 08:33:02 +0000
+++ b/test/automated/tramp-tests.el     2013-11-08 07:52:28 +0000
@@ -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'.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]