Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-10-06 23:40:13 +0300
committerJunio C Hamano <gitster@pobox.com>2021-10-06 23:40:13 +0300
commit16119bac40520e2f6f87ac700f3f04554ec59bef (patch)
tree0dee5856d7d0fef8051c9b4e7b8caacb3939f9f6 /t/t7900-maintenance.sh
parent7ca97f5222f43bf9ad4a7bb45505da4e15eac4be (diff)
parent670e5973992b6126aa0841c3c6bc183f0cec749f (diff)
Merge branch 'lh/systemd-timers'
Testfix. * lh/systemd-timers: maintenance: fix test t7900-maintenance.sh
Diffstat (limited to 't/t7900-maintenance.sh')
-rwxr-xr-xt/t7900-maintenance.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/t7900-maintenance.sh b/t/t7900-maintenance.sh
index 36a4218745..6b4941980c 100755
--- a/t/t7900-maintenance.sh
+++ b/t/t7900-maintenance.sh
@@ -21,8 +21,7 @@ test_xmllint () {
}
test_lazy_prereq SYSTEMD_ANALYZE '
- systemd-analyze --help >out &&
- grep verify out
+ systemd-analyze verify /lib/systemd/system/basic.target
'
test_systemd_analyze_verify () {