summary refs log tree commit diff
path: root/tests/guix-graph.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/guix-graph.sh')
-rw-r--r--tests/guix-graph.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/guix-graph.sh b/tests/guix-graph.sh
index e0cbebb753..4d5a755bc1 100644
--- a/tests/guix-graph.sh
+++ b/tests/guix-graph.sh
@@ -24,7 +24,7 @@ guix graph --version
 
 for package in guile-bootstrap coreutils python
 do
-    for graph in package bag-emerged bag
+    for graph in package bag-emerged bag bag-with-origins
     do
 	guix graph -t "$graph" "$package" | grep "$package"
     done