summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gnu/tests/ssh.scm2
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)))