guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 6e2fe68cb0b897375ee0dceaf9aa9544d8866baf
Author: Ludovic Courtès <[email protected]>
AuthorDate: Wed Feb 11 19:48:17 2026 +0100

    tests: Do not refer to ‘texlive’ package.
    
    This is a followup to 7f46cd4becbb82240c676d1024055eeb04efca95, which broke
    this test.
    
    * tests/guix-package.sh: Replace ‘texlive’ with ‘tzdata’.
    
    Change-Id: Ib7fadfaa4f6a19845064ba8dd737b65a16e93064
    Signed-off-by: Ludovic Courtès <[email protected]>
    Merges: #6332
---
 tests/guix-package.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/guix-package.sh b/tests/guix-package.sh
index 000cd4df11..2809d164ea 100644
--- a/tests/guix-package.sh
+++ b/tests/guix-package.sh
@@ -1,5 +1,5 @@
 # GNU Guix --- Functional package management for GNU
-# Copyright © 2012-2022 Ludovic Courtès <[email protected]>
+# Copyright © 2012-2022, 2026 Ludovic Courtès <[email protected]>
 # Copyright © 2013 Nikita Karetnikov <[email protected]>
 # Copyright © 2022 Josselin Poiret <[email protected]>
 # Copyright © 2022 Josselin Poiret <[email protected]>
@@ -117,7 +117,7 @@ guix package -p "$profile" -A 'gui.*e' | grep guile
 guix package --show=guile | grep "^name: guile"
 
 # Ensure `--show' doesn't fail for packages with non-package inputs.
-guix package --show=texlive
+guix package --show=tzdata
 
 # Fail for non-existent packages or package/version pairs.
 guix package --show=does-not-exist && false

Reply via email to