mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
tests: ssh: Use 'guile-ssh'.
* gnu/tests/ssh.scm (run-ssh-test): Use GUILE-SSH instead of GUILE2.0-SSH.
This commit is contained in:
parent
ef03d8dc37
commit
47ce813f7d
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ (define test
|
|||
(eval-when (expand load eval)
|
||||
;; Prepare to use Guile-SSH.
|
||||
(set! %load-path
|
||||
(cons (string-append #+guile2.0-ssh "/share/guile/site/"
|
||||
(cons (string-append #+guile-ssh "/share/guile/site/"
|
||||
(effective-version))
|
||||
%load-path)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue