tests: Fix typo. * tests/guix-package.sh: Add missing "-p" option.
1 files changed, 1 insertions(+), 1 deletions(-) M tests/guix-package.sh
M tests/guix-package.sh => tests/guix-package.sh +1 -1
@@ 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.