summaryrefslogtreecommitdiff
path: root/tests/guix-home.sh
diff options
context:
space:
mode:
authorJosselin Poiret <dev@jpoiret.xyz>2023-08-25 17:45:47 +0200
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-09-17 16:23:02 -0400
commita187661ee8ff6f35c4ec7607766004a35d690229 (patch)
treea7f51ab59cfde11662fe125569e80b4647473e98 /tests/guix-home.sh
parentd7b7761249f0da76b02c4ca9ff1bcf13de604988 (diff)
tests: guix-home: Fix description search for home-mcron.
* tests/guix-home.sh: home-mcron has changed description, adapt the search.
Diffstat (limited to 'tests/guix-home.sh')
-rw-r--r--tests/guix-home.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/guix-home.sh b/tests/guix-home.sh
index e6d16d7fab..649d811a0c 100644
--- a/tests/guix-home.sh
+++ b/tests/guix-home.sh
@@ -224,5 +224,5 @@ EOF
#
guix home search mcron | grep "^name: home-mcron"
- guix home search job manager | grep "^name: home-mcron"
+ guix home search scheduling daemon | grep "^name: home-mcron"
)