mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05: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