diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2021-03-16 19:45:23 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2021-03-16 19:45:23 +0100 |
commit | f5e1fc371af7a4211ca7a40b5db0b7da00cb1d93 (patch) | |
tree | 7e114daa6724ebaf0db94cd1287b85ea98e200b1 /test | |
parent | 3ea0a334dca81faeb619e8a52ecfaf7ad072eaf4 (diff) | |
download | emacs-f5e1fc371af7a4211ca7a40b5db0b7da00cb1d93.tar.gz |
; Remove traces from tramp-tests.el
Diffstat (limited to 'test')
-rw-r--r-- | test/lisp/net/tramp-tests.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index 6847d71be2b..be428fc2a64 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el @@ -237,9 +237,6 @@ is greater than 10. :expected-result (if (tramp--test-enabled) :passed :failed) (tramp--test-message "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 (bound-and-true-p image-load-path) (getenv "HOME"))) (should (ignore-errors (and (file-remote-p tramp-test-temporary-file-directory) |