me
/
guix
Archived
1
0
Fork 0

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'.
master
Ludovic Courtès 2020-03-17 15:46:15 +01:00
parent d8e98e853c
commit 9d0c2c6e52
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -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")))