summaryrefslogtreecommitdiffstats
path: root/test/units/testsuite-03.sh
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2022-07-01 22:21:52 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-07-01 22:23:03 +0200
commitd1b1bbfbfa1cb7d225250fc08089d1de17eaef7c (patch)
tree5a616cab2f935b1a068630502ae0f9edb4eb7bc6 /test/units/testsuite-03.sh
parentcore: do not filter out systemd.unit= and run-level specifier from kernel com... (diff)
downloadsystemd-d1b1bbfbfa1cb7d225250fc08089d1de17eaef7c.tar.xz
systemd-d1b1bbfbfa1cb7d225250fc08089d1de17eaef7c.zip
test: add a simple test for daemon-reexec
Diffstat (limited to '')
-rwxr-xr-xtest/units/testsuite-03.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/units/testsuite-03.sh b/test/units/testsuite-03.sh
index 070e978cda..7c5a3b8f19 100755
--- a/test/units/testsuite-03.sh
+++ b/test/units/testsuite-03.sh
@@ -3,6 +3,10 @@
set -eux
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
# installed job.