build: Fix typo in 'guix package --show' test.

* tests/guix-package.sh: Change "^Package:" to "^name:".
This commit is contained in:
Ludovic Courtès 2014-07-25 00:26:55 +02:00
parent 6c9e7b2bea
commit 3ce9aa44f1
1 changed files with 1 additions and 1 deletions

View File

@ -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.