tests: Fix typo.
* tests/guix-package.sh: Add missing "-p" option.
This commit is contained in:
parent
5b16ff0985
commit
03f4ef28b1
@ -166,7 +166,7 @@ if guix package --bootstrap -i "guile-bootstrap:does-not-exist" -p "$profile";
|
|||||||
then false; else true; fi
|
then false; else true; fi
|
||||||
|
|
||||||
# Check whether `--list-available' returns something sensible.
|
# 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.
|
# Try with the default profile.
|
||||||
|
Loading…
Reference in New Issue
Block a user