[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/10: tests: guix-graph.sh: Fix expected path from emacs to libffi.
From: |
guix-commits |
Subject: |
02/10: tests: guix-graph.sh: Fix expected path from emacs to libffi. |
Date: |
Fri, 28 Apr 2023 15:15:07 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit ee88acc6e22595bbf4a6f07332ed4308d6a6e3cf
Author: Josselin Poiret <dev@jpoiret.xyz>
AuthorDate: Tue Apr 25 22:16:42 2023 +0200
tests: guix-graph.sh: Fix expected path from emacs to libffi.
* tests/guix-graph.sh: Change the expected path from emacs to libffi. `guix
graph --path` outputs only one possible path, and the one it outputs for
this
case has changed.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
tests/guix-graph.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/guix-graph.sh b/tests/guix-graph.sh
index 9824c6a65a..37ea0a7b8c 100644
--- a/tests/guix-graph.sh
+++ b/tests/guix-graph.sh
@@ -87,7 +87,7 @@ guix graph --path emacs vim && false
path="\
emacs
gnutls
-guile
+p11-kit
libffi"
test "`guix graph --path emacs libffi | cut -d '@' -f1`" = "$path"
- branch master updated (aecc6e7058 -> 4884ee6dd4), guix-commits, 2023/04/28
- 07/10: gnu: maven-core-bootstrap: Fix build., guix-commits, 2023/04/28
- 08/10: gnu: maven-embedder: Fix build., guix-commits, 2023/04/28
- 09/10: gnu: fwupd: Update to 1.8.14., guix-commits, 2023/04/28
- 03/10: gnu: Fix supercollider., guix-commits, 2023/04/28
- 04/10: gnu: maven-settings-builder: Fix build., guix-commits, 2023/04/28
- 10/10: gnu: libexpected: Update to 1.1.0., guix-commits, 2023/04/28
- 05/10: gnu: maven-model-builder: Fix build., guix-commits, 2023/04/28
- 02/10: tests: guix-graph.sh: Fix expected path from emacs to libffi.,
guix-commits <=
- 01/10: tests: guix-build.sh: Don't use hidden gcc for transformation tests., guix-commits, 2023/04/28
- 06/10: gnu: maven-resolver-provider: Fix build., guix-commits, 2023/04/28