mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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>
This commit is contained in:
committed by
Ludovic Courtès
parent
5c26e69118
commit
ee88acc6e2
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user