mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05: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:
parent
5c26e69118
commit
ee88acc6e2
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ guix graph --path emacs vim && false
|
||||||
path="\
|
path="\
|
||||||
emacs
|
emacs
|
||||||
gnutls
|
gnutls
|
||||||
guile
|
p11-kit
|
||||||
libffi"
|
libffi"
|
||||||
test "`guix graph --path emacs libffi | cut -d '@' -f1`" = "$path"
|
test "`guix graph --path emacs libffi | cut -d '@' -f1`" = "$path"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue