This is an automated email from the git hooks/post-receive script.

janneke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4a6ca99824 tests: guix-package: Fix guix package --search test.
4a6ca99824 is described below

commit 4a6ca998244f280958207e8ac15bae6e75943aca
Author: Janneke Nieuwenhuizen <[email protected]>
AuthorDate: Sat Dec 14 00:30:09 2024 +0100

    tests: guix-package: Fix guix package --search test.
    
    This is a follow-up to commit
        6f8c8a86d827627f503a803381bce7fbcf8f39a0
        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
---
 tests/guix-package.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tests/guix-package.sh b/tests/guix-package.sh
index 945d59cdfb..000cd4df11 100644
--- a/tests/guix-package.sh
+++ b/tests/guix-package.sh
@@ -2,6 +2,8 @@
 # Copyright © 2012-2022 Ludovic Courtès <[email protected]>
 # Copyright © 2013 Nikita Karetnikov <[email protected]>
 # Copyright © 2022 Josselin Poiret <[email protected]>
+# Copyright © 2022 Josselin Poiret <[email protected]>
+# Copyright © 2024 Janneke Nieuwenhuizen <[email protected]>
 #
 # 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"`"
 

Reply via email to