diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-07-18 22:37:30 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-07-18 22:38:03 +0200 |
commit | 47ce813f7d94ab8b457a2212dff69b8ed2922b1d (patch) | |
tree | 8072142ea63d940527d17c433e00636b4b1b6e81 /gnu/tests | |
parent | ef03d8dc3724caf59c7ea4a551084ddc601e4597 (diff) | |
download | guix-47ce813f7d94ab8b457a2212dff69b8ed2922b1d.tar guix-47ce813f7d94ab8b457a2212dff69b8ed2922b1d.tar.gz |
tests: ssh: Use 'guile-ssh'.
* gnu/tests/ssh.scm (run-ssh-test): Use GUILE-SSH instead of
GUILE2.0-SSH.
Diffstat (limited to 'gnu/tests')
-rw-r--r-- | gnu/tests/ssh.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/tests/ssh.scm b/gnu/tests/ssh.scm index 9c83a9cd48..0d2b842071 100644 --- a/gnu/tests/ssh.scm +++ b/gnu/tests/ssh.scm @@ -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))) |