guix-commits
[Top][All Lists]
Advanced

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

04/05: tests: Fix up reference to 'guile-2.2'.


From: guix-commits
Subject: 04/05: tests: Fix up reference to 'guile-2.2'.
Date: Tue, 17 Mar 2020 11:07:34 -0400 (EDT)

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

commit 9d0c2c6e5226bbd11e710bd4efa8f25e9ffb5a86
Author: Ludovic Courtès <address@hidden>
AuthorDate: Tue Mar 17 15:46:15 2020 +0100

    tests: Fix up reference to 'guile-2.2'.
    
    This is a followup to b6bee63bed4f013064c0d902e7c8b83ed7514ade.
    
    * tests/inferior.scm ("inferior-package-search-paths"): Refer to
    'guile-3.0' instead of 'guile-2.2'.
---
 tests/inferior.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/inferior.scm b/tests/inferior.scm
index b4417d8..5236a3f 100644
--- a/tests/inferior.scm
+++ b/tests/inferior.scm
@@ -181,7 +181,7 @@
     result))
 
 (test-equal "inferior-package-search-paths"
-  (package-native-search-paths guile-2.2)
+  (package-native-search-paths guile-3.0)
   (let* ((inferior (open-inferior %top-builddir
                                   #:command "scripts/guix"))
          (guile    (first (lookup-inferior-packages inferior "guile")))



reply via email to

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