jpoiret pushed a commit to branch master
in repository guix.
commit 4fefbd4f147bc1174792dc2473c79c784de42065
Author: Josselin Poiret <[email protected]>
AuthorDate: Fri Aug 25 17:45:47 2023 +0200
tests: guix-home: Fix description search for home-mcron.
* tests/guix-home.sh: home-mcron has changed description, adapt the search.
---
tests/guix-home.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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"
)