summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2026-02-11 19:48:17 +0100
committerLudovic Courtès <ludo@gnu.org>2026-02-12 23:03:31 +0100
commit6e2fe68cb0b897375ee0dceaf9aa9544d8866baf (patch)
tree203c60a45e9794d416de64d4f3edeb11aeb6726f
parentab4e1488291126d2deb72ce8a7ffc93753927aef (diff)
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 <ludo@gnu.org> Merges: #6332
-rw-r--r--tests/guix-package.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/guix-package.sh b/tests/guix-package.sh
index 000cd4df11e..2809d164eae 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 <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