From 724eaef1b2b9aef206c35361fc6ec2ed149cf26c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Wed, 13 Jan 2016 18:19:01 +0100 Subject: 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/graph.scm b/tests/graph.scm index 4f85432d2f..43f7b733f9 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) -- cgit v1.2.3