Skip to content
Snippets Groups Projects
Commit 03f4ef28 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

tests: Fix typo.

* tests/guix-package.sh: Add missing "-p" option.
parent 5b16ff09
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment