guix-commits
[Top][All Lists]
Advanced

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

01/02: tests: Adjust graph test.


From: Ludovic Courtès
Subject: 01/02: tests: Adjust graph test.
Date: Wed, 6 Jun 2018 08:37:49 -0400 (EDT)

civodul pushed a commit to branch core-updates
in repository guix.

commit a99b0ad785d5b31e9d9efd2d186ab5d53544b631
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jun 6 13:58:43 2018 +0200

    tests: Adjust graph test.
    
    This is a followup to 301a4249064227bc4883e4e5b638e85a65925ba0, which
    added a dependency to sed.
    
    * tests/graph.scm ("node-edges"): Use 'hello', not 'sed', as the example
    of a package without any dependency.
---
 tests/graph.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/graph.scm b/tests/graph.scm
index b86ae4a..4799d3b 100644
--- a/tests/graph.scm
+++ b/tests/graph.scm
@@ -293,7 +293,7 @@ edges."
   (run-with-store %store
     (let ((packages (fold-packages cons '())))
       (mlet %store-monad ((edges (node-edges %package-node-type packages)))
-        (return (and (null? (edges sed))
+        (return (and (null? (edges hello))
                      (lset= eq?
                             (edges guile-2.0)
                             (match (package-direct-inputs guile-2.0)



reply via email to

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