mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 05:26:34 +01:00
tests: guix-package: Fix guix package --search test.
This is a follow-up to commit
6f8c8a86d8
gnu: Fix synopsis in miscelaneous packages.
Change-Id: I5f44e07544f80973fa6b306b2dcdf42ac3b56ad6
* tests/guix-package.sh: Search for GNU hello's changed synopsis "Example GNU
package".
Change-Id: I79f606afee348cb6d57d9c0d08e15cd9267d5ceb
This commit is contained in:
parent
5aa4f67ed1
commit
4a6ca99824
1 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,8 @@
|
|||
# Copyright © 2012-2022 Ludovic Courtès <ludo@gnu.org>
|
||||
# Copyright © 2013 Nikita Karetnikov <nikita@karetnikov.org>
|
||||
# Copyright © 2022 Josselin Poiret <dev@jpoiret.xyz>
|
||||
# Copyright © 2022 Josselin Poiret <dev@jpoiret.xyz>
|
||||
# Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
|
||||
#
|
||||
# This file is part of GNU Guix.
|
||||
#
|
||||
|
@ -124,7 +126,7 @@ guix package --show=emacs@42 && false
|
|||
# Search.
|
||||
LC_MESSAGES=C
|
||||
export LC_MESSAGES
|
||||
test "`guix package -s "An example GNU package" | grep ^name:`" = \
|
||||
test "`guix package -s "Example GNU package" | grep ^name:`" = \
|
||||
"name: hello"
|
||||
test -z "`guix package -s "n0t4r341p4ck4g3"`"
|
||||
|
||||
|
|
Loading…
Reference in a new issue