From 7f3ebd6dbcae830e60b78d6bab8f1dbad90ba3a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Tue, 26 Sep 2023 16:54:45 +0200 Subject: [PATCH] =?UTF-8?q?tests:=20Adjust=20=E2=80=98guix=20graph=20--pat?= =?UTF-8?q?h=E2=80=99=20test=20to=20latest=20Emacs=20changes.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a followup to 3349a50d700a2112a31ac4ce6cc6639d3b4cf1e2. * tests/guix-graph.sh: Adjust ‘path’. --- tests/guix-graph.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/guix-graph.sh b/tests/guix-graph.sh index 37ea0a7b8c..b9e20dac81 100644 --- a/tests/guix-graph.sh +++ b/tests/guix-graph.sh @@ -1,5 +1,5 @@ # GNU Guix --- Functional package management for GNU -# Copyright © 2015-2016, 2019-2020, 2022 Ludovic Courtès +# Copyright © 2015-2016, 2019-2020, 2022-2023 Ludovic Courtès # Copyright © 2019 Simon Tournier # # 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"