mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
tests: Fix typo.
* tests/guix-package.sh: Add missing "-p" option.
This commit is contained in:
parent
5b16ff0985
commit
03f4ef28b1
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue