diff options
author | Josselin Poiret <dev@jpoiret.xyz> | 2023-08-25 17:45:47 +0200 |
---|---|---|
committer | Josselin Poiret <dev@jpoiret.xyz> | 2023-08-25 17:45:47 +0200 |
commit | 4fefbd4f147bc1174792dc2473c79c784de42065 (patch) | |
tree | 552b938d6a400188fe5b6f936050fd3ef5cb56c5 /tests/guix-home.sh | |
parent | 9f68a2a9c41166ec5ac24c082bcd96c433dd2ede (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.sh | 2 |
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" ) |