]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: add a simple test for daemon-reexec 23883/head
authorFrantisek Sumsal <frantisek@sumsal.cz>
Fri, 1 Jul 2022 20:21:52 +0000 (05:21 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 1 Jul 2022 20:23:03 +0000 (05:23 +0900)
test/units/testsuite-03.sh

index 070e978cda11ed54eed0e10c08e8fac4fb0da7da..7c5a3b8f193a22203a4c06d56339c99c8544f8f9 100755 (executable)
@@ -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.