tests: ssh: Use 'guile2.0-ssh'.

Fixes a regression introduced in 4d8806c3d662c74e6d48d0f0d6ce423fce9a3a08.

* gnu/tests/ssh.scm (run-ssh-test): Use GUILE2.0-SSH instead of GUILE-SSH.
This commit is contained in:
Ludovic Courtès 2017-05-21 11:56:29 +02:00
parent 8a29dc07a4
commit 9d0c24d1be
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

@ -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 #$guile-ssh "/share/guile/site/"
(cons (string-append #+guile2.0-ssh "/share/guile/site/"
(effective-version))
%load-path)))