summaryrefslogtreecommitdiff
path: root/tests/guix-package.sh
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-07-25 00:26:55 +0200
committerLudovic Courtès <ludo@gnu.org>2014-07-25 00:26:55 +0200
commit3ce9aa44f139a4a4c80ba9468b7f738b93782e0d (patch)
tree01c5a8459b072068a1b782210ad2a215e04bdb2f /tests/guix-package.sh
parent6c9e7b2bea834e311938db79a815a48cab36e986 (diff)
downloadpatches-3ce9aa44f139a4a4c80ba9468b7f738b93782e0d.tar
patches-3ce9aa44f139a4a4c80ba9468b7f738b93782e0d.tar.gz
build: Fix typo in 'guix package --show' test.
* tests/guix-package.sh: Change "^Package:" to "^name:".
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 6b99275240..99debb936b 100644
--- a/tests/guix-package.sh
+++ b/tests/guix-package.sh
@@ -177,7 +177,7 @@ then false; else true; fi
guix package -p "$profile" -A 'gui.*e' | grep guile
# Check whether `--show' returns something sensible.
-guix package --show=guile | grep "^Package: guile"
+guix package --show=guile | grep "^name: guile"
# There's no generation older than 12 months, so the following command should
# have no effect.