summaryrefslogtreecommitdiff
path: root/tests/graph.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2018-06-06 13:58:43 +0200
committerLudovic Courtès <ludo@gnu.org>2018-06-06 14:37:35 +0200
commita99b0ad785d5b31e9d9efd2d186ab5d53544b631 (patch)
tree319660abd72389acab9a7dfed045d744359cc06a /tests/graph.scm
parente32db0fa0f6d2da7dd7aebf6016856d9b3db0cd6 (diff)
downloadpatches-a99b0ad785d5b31e9d9efd2d186ab5d53544b631.tar
patches-a99b0ad785d5b31e9d9efd2d186ab5d53544b631.tar.gz
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.
Diffstat (limited to 'tests/graph.scm')
-rw-r--r--tests/graph.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/graph.scm b/tests/graph.scm
index b86ae4a32f..4799d3bd0c 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)