diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-01-25 17:23:23 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-01-25 17:23:23 +0100 |
commit | ecb1b610d2e5ce02cab1edc3093c10ccacbc075e (patch) | |
tree | a65a866f528569a071631a482962d51538395282 /tests/guix-package.sh | |
parent | 6ce206cb92ba803de7ff05410787f18ea7d37bae (diff) | |
download | guix-ecb1b610d2e5ce02cab1edc3093c10ccacbc075e.tar guix-ecb1b610d2e5ce02cab1edc3093c10ccacbc075e.tar.gz |
tests: Adjust to recent Binutils change.
* tests/guix-package.sh: Refer to 'glibc:debug' instead of
'binutils:lib' since the latter no longer exists.
Diffstat (limited to 'tests/guix-package.sh')
-rw-r--r-- | tests/guix-package.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/guix-package.sh b/tests/guix-package.sh index b79c4951d8..253a9317a6 100644 --- a/tests/guix-package.sh +++ b/tests/guix-package.sh @@ -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 |