diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2023-09-26 16:54:45 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2023-09-26 17:36:57 +0200 |
| commit | 7f3ebd6dbcae830e60b78d6bab8f1dbad90ba3a8 (patch) | |
| tree | 38839367ae884458aff180aa113eabcf3278ee14 /tests | |
| parent | 4d904f2b160e02cfdc7162caf94cf9fe0a8e2e4e (diff) | |
tests: Adjust ‘guix graph --path’ test to latest Emacs changes.
This is a followup to 3349a50d700a2112a31ac4ce6cc6639d3b4cf1e2.
* tests/guix-graph.sh: Adjust ‘path’.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/guix-graph.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/guix-graph.sh b/tests/guix-graph.sh index 37ea0a7b8c9..b9e20dac819 100644 --- a/tests/guix-graph.sh +++ b/tests/guix-graph.sh | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # GNU Guix --- Functional package management for GNU | 1 | # GNU Guix --- Functional package management for GNU |
| 2 | # Copyright © 2015-2016, 2019-2020, 2022 Ludovic Courtès <ludo@gnu.org> | 2 | # Copyright © 2015-2016, 2019-2020, 2022-2023 Ludovic Courtès <ludo@gnu.org> |
| 3 | # Copyright © 2019 Simon Tournier <zimon.toutoune@gmail.com> | 3 | # Copyright © 2019 Simon Tournier <zimon.toutoune@gmail.com> |
| 4 | # | 4 | # |
| 5 | # This file is part of GNU Guix. | 5 | # This file is part of GNU Guix. |
| @@ -86,8 +86,8 @@ guix graph --path emacs vim && false | |||
| 86 | 86 | ||
| 87 | path="\ | 87 | path="\ |
| 88 | emacs | 88 | emacs |
| 89 | gnutls | 89 | cairo |
| 90 | p11-kit | 90 | gobject-introspection |
| 91 | libffi" | 91 | libffi" |
| 92 | test "`guix graph --path emacs libffi | cut -d '@' -f1`" = "$path" | 92 | test "`guix graph --path emacs libffi | cut -d '@' -f1`" = "$path" |
| 93 | 93 | ||
