build: Fix typo in 'guix package --show' test.
* tests/guix-package.sh: Change "^Package:" to "^name:".
This commit is contained in:
parent
6c9e7b2bea
commit
3ce9aa44f1
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user