guix-commits
[Top][All Lists]
Advanced

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

02/02: tests: Use sed instead of grep as a package with no dependencies.


From: Ludovic Courtès
Subject: 02/02: tests: Use sed instead of grep as a package with no dependencies.
Date: Wed, 13 Jan 2016 17:19:50 +0000

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

commit 724eaef1b2b9aef206c35361fc6ec2ed149cf26c
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jan 13 18:19:01 2016 +0100

    tests: Use sed instead of grep as a package with no dependencies.
    
    * tests/graph.scm ("node-edges"): Choose SED instead of GREP as the
    example.
---
 tests/graph.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/graph.scm b/tests/graph.scm
index 4f85432..43f7b73 100644
--- a/tests/graph.scm
+++ b/tests/graph.scm
@@ -232,7 +232,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 grep))
+        (return (and (null? (edges sed))
                      (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]