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:
parent
27c3a8b277
commit
c6f6761545
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue