From 4fefbd4f147bc1174792dc2473c79c784de42065 Mon Sep 17 00:00:00 2001 From: Josselin Poiret Date: Fri, 25 Aug 2023 17:45:47 +0200 Subject: [PATCH] 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" )