mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue