summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-10-06 20:40:13 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-10-06 20:40:13 (GMT)
commit16119bac40520e2f6f87ac700f3f04554ec59bef (patch)
tree0dee5856d7d0fef8051c9b4e7b8caacb3939f9f6 /t
parent7ca97f5222f43bf9ad4a7bb45505da4e15eac4be (diff)
parent670e5973992b6126aa0841c3c6bc183f0cec749f (diff)
downloadgit-16119bac40520e2f6f87ac700f3f04554ec59bef.zip
git-16119bac40520e2f6f87ac700f3f04554ec59bef.tar.gz
git-16119bac40520e2f6f87ac700f3f04554ec59bef.tar.bz2
Merge branch 'lh/systemd-timers'
Testfix. * lh/systemd-timers: maintenance: fix test t7900-maintenance.sh
Diffstat (limited to 't')
-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 36a4218..6b49419 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 () {