tests: Adjust to recent Binutils change.

* tests/guix-package.sh: Refer to 'glibc:debug' instead of
  'binutils:lib' since the latter no longer exists.
This commit is contained in:
Ludovic Courtès 2014-01-25 17:23:23 +01:00
parent 6ce206cb92
commit ecb1b610d2
1 changed files with 1 additions and 1 deletions

View File

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