~ruther/guix-local

03f4ef28b17ef2b53eb56dbd3fa382569677490b — Ludovic Courtès 12 years ago 5b16ff0
tests: Fix typo.

* tests/guix-package.sh: Add missing "-p" option.
1 files changed, 1 insertions(+), 1 deletions(-)

M tests/guix-package.sh
M tests/guix-package.sh => tests/guix-package.sh +1 -1
@@ 166,7 166,7 @@ if guix package --bootstrap -i "guile-bootstrap:does-not-exist" -p "$profile";
then false; else true; fi

# Check whether `--list-available' returns something sensible.
guix package -A 'gui.*e' | grep guile
guix package -p "$profile" -A 'gui.*e' | grep guile

#
# Try with the default profile.