diff options
| -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 02931e982a0..5f061510818 100644 --- a/gnu/tests/ssh.scm +++ b/gnu/tests/ssh.scm | |||
| @@ -51,7 +51,7 @@ When SFTP? is true, run an SFTP server test." | |||
| 51 | (eval-when (expand load eval) | 51 | (eval-when (expand load eval) |
| 52 | ;; Prepare to use Guile-SSH. | 52 | ;; Prepare to use Guile-SSH. |
| 53 | (set! %load-path | 53 | (set! %load-path |
| 54 | (cons (string-append #$guile-ssh "/share/guile/site/" | 54 | (cons (string-append #+guile2.0-ssh "/share/guile/site/" |
| 55 | (effective-version)) | 55 | (effective-version)) |
| 56 | %load-path))) | 56 | %load-path))) |
| 57 | 57 | ||
