guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: tests: ssh: Use 'guile-ssh'.


From: Ludovic Courtès
Subject: 01/01: tests: ssh: Use 'guile-ssh'.
Date: Tue, 18 Jul 2017 16:38:28 -0400 (EDT)

civodul pushed a commit to branch core-updates
in repository guix.

commit 47ce813f7d94ab8b457a2212dff69b8ed2922b1d
Author: Ludovic Courtès <address@hidden>
Date:   Tue Jul 18 22:37:30 2017 +0200

    tests: ssh: Use 'guile-ssh'.
    
    * gnu/tests/ssh.scm (run-ssh-test): Use GUILE-SSH instead of
    GUILE2.0-SSH.
---
 gnu/tests/ssh.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/tests/ssh.scm b/gnu/tests/ssh.scm
index 9c83a9c..0d2b842 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)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]