diff options
author | Josselin Poiret <dev@jpoiret.xyz> | 2023-04-25 22:16:42 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-04-28 19:50:39 +0200 |
commit | ee88acc6e22595bbf4a6f07332ed4308d6a6e3cf (patch) | |
tree | 8aa7dfdd202c4dc62117235d6391cfcb6bc49ed8 /tests/guix-graph.sh | |
parent | 5c26e69118128f6ef162cabddfe5726f03abe4ae (diff) |
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/guix-graph.sh')
-rw-r--r-- | tests/guix-graph.sh | 2 |
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" |