tests: Fix typo.

* tests/guix-package.sh: Add missing "-p" option.
This commit is contained in:
Ludovic Courtès 2013-09-27 01:07:37 +02:00
parent 5b16ff0985
commit 03f4ef28b1
1 changed files with 1 additions and 1 deletions

View File

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