tests: Adjust graph test.
This is a followup to 301a424906
, which
added a dependency to sed.
* tests/graph.scm ("node-edges"): Use 'hello', not 'sed', as the example
of a package without any dependency.
This commit is contained in:
parent
e32db0fa0f
commit
a99b0ad785
|
@ -293,7 +293,7 @@ edges."
|
||||||
(run-with-store %store
|
(run-with-store %store
|
||||||
(let ((packages (fold-packages cons '())))
|
(let ((packages (fold-packages cons '())))
|
||||||
(mlet %store-monad ((edges (node-edges %package-node-type packages)))
|
(mlet %store-monad ((edges (node-edges %package-node-type packages)))
|
||||||
(return (and (null? (edges sed))
|
(return (and (null? (edges hello))
|
||||||
(lset= eq?
|
(lset= eq?
|
||||||
(edges guile-2.0)
|
(edges guile-2.0)
|
||||||
(match (package-direct-inputs guile-2.0)
|
(match (package-direct-inputs guile-2.0)
|
||||||
|
|
Loading…
Reference in New Issue