mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-18 00:00:32 +02:00
tests: Fix typo.
* tests/guix-package.sh: Add missing "-p" option.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user