1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

tests: Do not refer to ‘texlive’ package.

This is a followup to 7f46cd4bec, which broke
this test.

* tests/guix-package.sh: Replace ‘texlive’ with ‘tzdata’.

Change-Id: Ib7fadfaa4f6a19845064ba8dd737b65a16e93064
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Merges: #6332
This commit is contained in:
Ludovic Courtès
2026-02-11 19:48:17 +01:00
parent ab4e148829
commit 6e2fe68cb0

View File

@@ -1,5 +1,5 @@
# GNU Guix --- Functional package management for GNU
# Copyright © 2012-2022 Ludovic Courtès <ludo@gnu.org>
# Copyright © 2012-2022, 2026 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>
@@ -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