~ruther/guix-local

ecb1b610d2e5ce02cab1edc3093c10ccacbc075e — Ludovic Courtès 12 years ago 6ce206c
tests: Adjust to recent Binutils change.

* tests/guix-package.sh: Refer to 'glibc:debug' instead of
  'binutils:lib' since the latter no longer exists.
1 files changed, 1 insertions(+), 1 deletions(-)

M tests/guix-package.sh
M tests/guix-package.sh => tests/guix-package.sh +1 -1
@@ 159,7 159,7 @@ fi
guix package --bootstrap -i guile gcc -p "$profile" -n

# Make sure the `:' syntax works.
guix package --bootstrap -i "binutils:lib" -p "$profile" -n
guix package --bootstrap -i "glibc:debug" -p "$profile" -n

# Make sure nonexistent outputs are reported.
guix package --bootstrap -i "guile-bootstrap:out" -p "$profile" -n