tests: Fix up reference to 'guile-2.2'.
This is a followup to b6bee63bed
.
* tests/inferior.scm ("inferior-package-search-paths"): Refer to
'guile-3.0' instead of 'guile-2.2'.
This commit is contained in:
parent
d8e98e853c
commit
9d0c2c6e52
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@
|
||||||
result))
|
result))
|
||||||
|
|
||||||
(test-equal "inferior-package-search-paths"
|
(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
|
(let* ((inferior (open-inferior %top-builddir
|
||||||
#:command "scripts/guix"))
|
#:command "scripts/guix"))
|
||||||
(guile (first (lookup-inferior-packages inferior "guile")))
|
(guile (first (lookup-inferior-packages inferior "guile")))
|
||||||
|
|
Reference in a new issue