From 6e2fe68cb0b897375ee0dceaf9aa9544d8866baf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Wed, 11 Feb 2026 19:48:17 +0100 Subject: [PATCH] =?UTF-8?q?tests:=20Do=20not=20refer=20to=20=E2=80=98texli?= =?UTF-8?q?ve=E2=80=99=20package.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 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 +# Copyright © 2012-2022, 2026 Ludovic Courtès # Copyright © 2013 Nikita Karetnikov # Copyright © 2022 Josselin Poiret # Copyright © 2022 Josselin Poiret @@ -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