emacs-diffs
[Top][All Lists]
Advanced

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

master 9b8a6b9: ; Further traces in tramp-tests.el


From: Michael Albinus
Subject: master 9b8a6b9: ; Further traces in tramp-tests.el
Date: Tue, 16 Mar 2021 11:35:35 -0400 (EDT)

branch: master
commit 9b8a6b917b43ff00adca5de0607f92dfeafb6502
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    ; Further traces in tramp-tests.el
---
 test/lisp/net/tramp-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index 3ce390f..6847d71 100644
--- a/test/lisp/net/tramp-tests.el
+++ b/test/lisp/net/tramp-tests.el
@@ -239,7 +239,7 @@ is greater than 10.
    "Remote directory: `%s'" tramp-test-temporary-file-directory)
   (when (or (getenv "EMACS_HYDRA_CI") (getenv "EMACS_EMBA_CI"))
     (tramp-test-message "%s %s %s %s %s %s"
-     exec-directory data-directory temporary-file-directory load-path 
image-load-path (getenv "HOME")))
+     exec-directory data-directory temporary-file-directory load-path 
(bound-and-true-p image-load-path) (getenv "HOME")))
   (should (ignore-errors
            (and
             (file-remote-p tramp-test-temporary-file-directory)



reply via email to

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