guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/10: tests: guix-graph.sh: Fix expected path from emacs to libffi.


From: guix-commits
Subject: 02/10: tests: guix-graph.sh: Fix expected path from emacs to libffi.
Date: Fri, 28 Apr 2023 15:15:07 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit ee88acc6e22595bbf4a6f07332ed4308d6a6e3cf
Author: Josselin Poiret <dev@jpoiret.xyz>
AuthorDate: Tue Apr 25 22:16:42 2023 +0200

    tests: guix-graph.sh: Fix expected path from emacs to libffi.
    
    * tests/guix-graph.sh: Change the expected path from emacs to libffi.  `guix
    graph --path` outputs only one possible path, and the one it outputs for 
this
    case has changed.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 tests/guix-graph.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]