1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 06:20:43 -08:00

; * lisp/emacs-lisp/ert-x.el (tramp-remote-path): Fix last change.

This commit is contained in:
Michael Albinus 2022-07-10 20:07:37 +02:00
parent 27c3a8b277
commit c6f6761545

View file

@ -493,7 +493,7 @@ The same keyword arguments are supported as in
(defvar tramp-remote-path)
;; This should happen on hydra only.
(when (getenv "EMACS_HYDRA_CI")
(when (and (featurep 'tramp) (getenv "EMACS_HYDRA_CI"))
(add-to-list 'tramp-remote-path 'tramp-own-remote-path))
;; If this defconst is used in a test file, `tramp' shall be loaded