diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/guix-graph.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/guix-graph.sh b/tests/guix-graph.sh index 9824c6a65a..37ea0a7b8c 100644 --- a/tests/guix-graph.sh +++ b/tests/guix-graph.sh @@ -87,7 +87,7 @@ guix graph --path emacs vim && false path="\ emacs gnutls -guile +p11-kit libffi" test "`guix graph --path emacs libffi | cut -d '@' -f1`" = "$path" |