diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-01-14 23:33:14 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-01-14 23:33:14 +0100 |
commit | 2a5ab9dceba14b14170d87d180e9422299ac713e (patch) | |
tree | 437a34b994b7022ebdece086ed2d701ea93f7876 /tests | |
parent | ae9e328800210bee6b5c04e5d80007d70bfadd75 (diff) | |
download | guix-2a5ab9dceba14b14170d87d180e9422299ac713e.tar guix-2a5ab9dceba14b14170d87d180e9422299ac713e.tar.gz |
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.
Diffstat (limited to 'tests')
-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 bd2c816b9a..6c8258032b 100644 --- a/tests/guix-package.sh +++ b/tests/guix-package.sh @@ -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 |