tests: Fix up reference to 'guile-2.2'.
authorLudovic Courtès <ludo@gnu.org>
Tue, 17 Mar 2020 14:46:15 +0000 (15:46 +0100)
committerLudovic Courtès <ludo@gnu.org>
Tue, 17 Mar 2020 14:46:15 +0000 (15:46 +0100)
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

index b4417d8..5236a3f 100644 (file)
     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")))