1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-26 03:22:00 +03:00

test: add another regression test

For #27187, which should be also caused by #26956.
This commit is contained in:
Yu Watanabe 2023-04-10 03:07:22 +09:00
parent 1538136911
commit 32cc2cfac9

View File

@ -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