~ruther/guix-local

724eaef1b2b9aef206c35361fc6ec2ed149cf26c — Ludovic Courtès 10 years ago 8c986ab
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.
1 files changed, 1 insertions(+), 1 deletions(-)

M tests/graph.scm
M tests/graph.scm => tests/graph.scm +1 -1
@@ 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)