From 03f4ef28b17ef2b53eb56dbd3fa382569677490b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <ludo@gnu.org>
Date: Fri, 27 Sep 2013 01:07:37 +0200
Subject: [PATCH] tests: Fix typo.

* tests/guix-package.sh: Add missing "-p" option.
---
 tests/guix-package.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/guix-package.sh b/tests/guix-package.sh
index fc1c07287f7..80301f63ccd 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.
-- 
GitLab