mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
tests: Use "binutils:lib" as the `guix-package' example.
* tests/guix-package.sh: Use "binutils:lib" instead of "libsigsegv:lib", since the latter no longer exists.
This commit is contained in:
parent
ae9e328800
commit
2a5ab9dceb
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ then
|
|||
fi
|
||||
|
||||
# Make sure the `:' syntax works.
|
||||
guix-package --bootstrap -i "libsigsegv:lib" -n
|
||||
guix-package --bootstrap -i "binutils:lib" -p "$profile" -n
|
||||
|
||||
# Check whether `--list-available' returns something sensible.
|
||||
guix-package -A 'gui.*e' | grep guile
|
||||
|
|
Loading…
Reference in a new issue