From 32cc2cfac9b91361fb15676883e85ac40b9696b5 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Mon, 10 Apr 2023 03:07:22 +0900 Subject: [PATCH] test: add another regression test For #27187, which should be also caused by #26956. --- test/units/testsuite-01.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/units/testsuite-01.sh b/test/units/testsuite-01.sh index ebb8a78128a..cd18a9fd740 100755 --- a/test/units/testsuite-01.sh +++ b/test/units/testsuite-01.sh @@ -35,4 +35,10 @@ fi systemctl --state=failed --no-legend --no-pager | tee /failed systemctl daemon-reload +# Check that the early setup is actually skipped on reexec. +# If the early setup is done more than once, then several timestamps, +# e.g. SecurityStartTimestamp, are re-initialized, and causes an ABRT +# of systemd-analyze blame. See issue #27187. +systemd-analyze blame + echo OK >/testok -- 2.47.3