[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#63074] [PATCH 2/2] tests: guix-graph.sh: Fix expected path from ema
From: |
Josselin Poiret |
Subject: |
[bug#63074] [PATCH 2/2] tests: guix-graph.sh: Fix expected path from emacs to libffi. |
Date: |
Tue, 25 Apr 2023 22:16:42 +0200 |
* 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.
---
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"
--
2.39.2