~ruther/guix-local

47ce813f7d94ab8b457a2212dff69b8ed2922b1d — Ludovic Courtès 8 years ago ef03d8d
tests: ssh: Use 'guile-ssh'.

* gnu/tests/ssh.scm (run-ssh-test): Use GUILE-SSH instead of
GUILE2.0-SSH.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/tests/ssh.scm
M gnu/tests/ssh.scm => gnu/tests/ssh.scm +1 -1
@@ 51,7 51,7 @@ When SFTP? is true, run an SFTP server 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)))