summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorJosselin Poiret <dev@jpoiret.xyz>2023-04-25 22:16:42 +0200
committerLudovic Courtès <ludo@gnu.org>2023-04-28 19:50:39 +0200
commitee88acc6e22595bbf4a6f07332ed4308d6a6e3cf (patch)
tree8aa7dfdd202c4dc62117235d6391cfcb6bc49ed8 /tests
parent5c26e69118128f6ef162cabddfe5726f03abe4ae (diff)
downloadguix-ee88acc6e22595bbf4a6f07332ed4308d6a6e3cf.tar.gz
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>
Diffstat (limited to 'tests')
-rw-r--r--tests/guix-graph.sh2
1 files changed, 1 insertions, 1 deletions
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"