aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-home.sh
diff options
context:
space:
mode:
authorJosselin Poiret <dev@jpoiret.xyz>2023-08-25 17:45:47 +0200
committerJosselin Poiret <dev@jpoiret.xyz>2023-08-25 17:45:47 +0200
commit4fefbd4f147bc1174792dc2473c79c784de42065 (patch)
tree552b938d6a400188fe5b6f936050fd3ef5cb56c5 /tests/guix-home.sh
parent9f68a2a9c41166ec5ac24c082bcd96c433dd2ede (diff)
downloadguix-4fefbd4f147bc1174792dc2473c79c784de42065.tar
guix-4fefbd4f147bc1174792dc2473c79c784de42065.tar.gz
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"
)