From: Yu Watanabe Date: Sun, 9 Apr 2023 18:07:22 +0000 (+0900) Subject: test: add another regression test X-Git-Tag: v254-rc1~775^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=32cc2cfac9b91361fb15676883e85ac40b9696b5;p=thirdparty%2Fsystemd.git test: add another regression test For #27187, which should be also caused by #26956. --- 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