[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/09: tests: Adjust ‘guix graph --path’ test to latest Emacs changes.
From: |
guix-commits |
Subject: |
01/09: tests: Adjust ‘guix graph --path’ test to latest Emacs changes. |
Date: |
Tue, 26 Sep 2023 11:42:42 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 7f3ebd6dbcae830e60b78d6bab8f1dbad90ba3a8
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Sep 26 16:54:45 2023 +0200
tests: Adjust ‘guix graph --path’ test to latest Emacs changes.
This is a followup to 3349a50d700a2112a31ac4ce6cc6639d3b4cf1e2.
* tests/guix-graph.sh: Adjust ‘path’.
---
tests/guix-graph.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/guix-graph.sh b/tests/guix-graph.sh
index 37ea0a7b8c..b9e20dac81 100644
--- a/tests/guix-graph.sh
+++ b/tests/guix-graph.sh
@@ -1,5 +1,5 @@
# GNU Guix --- Functional package management for GNU
-# Copyright © 2015-2016, 2019-2020, 2022 Ludovic Courtès <ludo@gnu.org>
+# Copyright © 2015-2016, 2019-2020, 2022-2023 Ludovic Courtès <ludo@gnu.org>
# Copyright © 2019 Simon Tournier <zimon.toutoune@gmail.com>
#
# This file is part of GNU Guix.
@@ -86,8 +86,8 @@ guix graph --path emacs vim && false
path="\
emacs
-gnutls
-p11-kit
+cairo
+gobject-introspection
libffi"
test "`guix graph --path emacs libffi | cut -d '@' -f1`" = "$path"
- branch master updated (4d904f2b16 -> ba21eeb565), guix-commits, 2023/09/26
- 05/09: daemon: Add “git-download” built-in builder., guix-commits, 2023/09/26
- 04/09: perform-download: Remove unused one-argument clause., guix-commits, 2023/09/26
- 03/09: git-download: Honor the ‘GUIX_DOWNLOAD_FALLBACK_TEST’ environment variable., guix-commits, 2023/09/26
- 09/09: tests: Assume ‘git’ is always available., guix-commits, 2023/09/26
- 06/09: build: Add dependency on Git., guix-commits, 2023/09/26
- 07/09: perform-download: Use the ‘git’ command captured at configure time., guix-commits, 2023/09/26
- 02/09: git-download: Move fallback code to (guix build git)., guix-commits, 2023/09/26
- 01/09: tests: Adjust ‘guix graph --path’ test to latest Emacs changes.,
guix-commits <=
- 08/09: git-download: Use “builtin:git-download” when available., guix-commits, 2023/09/26