~ruther/guix-local

7f3ebd6dbcae830e60b78d6bab8f1dbad90ba3a8 — Ludovic Courtès 2 years ago 4d904f2
tests: Adjust ‘guix graph --path’ test to latest Emacs changes.

This is a followup to 3349a50d700a2112a31ac4ce6cc6639d3b4cf1e2.

* tests/guix-graph.sh: Adjust ‘path’.
1 files changed, 3 insertions(+), 3 deletions(-)

M tests/guix-graph.sh
M tests/guix-graph.sh => tests/guix-graph.sh +3 -3
@@ 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"