summaryrefslogtreecommitdiff
path: root/tests/guix-package.sh
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-09-27 01:07:37 +0200
committerLudovic Courtès <ludo@gnu.org>2013-09-27 01:07:37 +0200
commit03f4ef28b17ef2b53eb56dbd3fa382569677490b (patch)
treefaa8bec31a92b296127b33a39ad1a91d1c2999cf /tests/guix-package.sh
parent5b16ff0985235e4bed589a13aa912470075ef32a (diff)
downloadgnu-guix-03f4ef28b17ef2b53eb56dbd3fa382569677490b.tar
gnu-guix-03f4ef28b17ef2b53eb56dbd3fa382569677490b.tar.gz
tests: Fix typo.
* tests/guix-package.sh: Add missing "-p" option.
Diffstat (limited to 'tests/guix-package.sh')
-rw-r--r--tests/guix-package.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/guix-package.sh b/tests/guix-package.sh
index fc1c07287f..80301f63cc 100644
--- a/tests/guix-package.sh
+++ b/tests/guix-package.sh
@@ -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.