mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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 @@ (define result
|
|||
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")))
|
||||
|
|
Loading…
Reference in a new issue