mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-06 23:16:13 -05:00
tests: Adjust ‘guix graph --path’ test to latest Emacs changes.
This is a followup to 3349a50d70
.
* tests/guix-graph.sh: Adjust ‘path’.
This commit is contained in:
parent
4d904f2b16
commit
7f3ebd6dbc
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
# GNU Guix --- Functional package management for GNU
|
||||
# Copyright © 2015-2016, 2019-2020, 2022 Ludovic Courtès <ludo@gnu.org>
|
||||
# Copyright © 2015-2016, 2019-2020, 2022-2023 Ludovic Courtès <ludo@gnu.org>
|
||||
# Copyright © 2019 Simon Tournier <zimon.toutoune@gmail.com>
|
||||
#
|
||||
# This file is part of GNU Guix.
|
||||
|
@ -86,8 +86,8 @@ guix graph --path emacs vim && false
|
|||
|
||||
path="\
|
||||
emacs
|
||||
gnutls
|
||||
p11-kit
|
||||
cairo
|
||||
gobject-introspection
|
||||
libffi"
|
||||
test "`guix graph --path emacs libffi | cut -d '@' -f1`" = "$path"
|
||||
|
||||
|
|
Loading…
Reference in a new issue