summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2021-03-16 16:35:23 +0100
committerMichael Albinus <michael.albinus@gmx.de>2021-03-16 16:35:23 +0100
commit9b8a6b917b43ff00adca5de0607f92dfeafb6502 (patch)
tree9d5d56d15b85fe7d800902811a21ba2c22711fab
parentf8fbd308b6096b644778ce6331f6e3af2b8b5eb1 (diff)
downloademacs-9b8a6b917b43ff00adca5de0607f92dfeafb6502.tar.gz
; Further traces in tramp-tests.el
-rw-r--r--test/lisp/net/tramp-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index 3ce390f093f..6847d71be2b 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)