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.master
parent
ae9e328800
commit
2a5ab9dceb
|
@ -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
|
||||
|
|
Reference in New Issue