1
0
mirror of https://github.com/systemd/systemd.git synced 2025-05-27 21:05:55 +03:00

test: add a simple test for daemon-reexec

This commit is contained in:
Frantisek Sumsal 2022-07-02 05:21:52 +09:00 committed by Yu Watanabe
parent bffde9b586
commit d1b1bbfbfa

View File

@ -3,6 +3,10 @@
set -eux set -eux
set -o pipefail set -o pipefail
# Simple test for that daemon-reexec works in container.
# See: https://github.com/systemd/systemd/pull/23883
systemctl daemon-reexec
# Test merging of a --job-mode=ignore-dependencies job into a previously # Test merging of a --job-mode=ignore-dependencies job into a previously
# installed job. # installed job.