projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bffde9b
)
test: add a simple test for daemon-reexec
author
Frantisek Sumsal
<frantisek@sumsal.cz>
Fri, 1 Jul 2022 20:21:52 +0000
(
05:21
+0900)
committer
Yu Watanabe
<watanabe.yu+github@gmail.com>
Fri, 1 Jul 2022 20:23:03 +0000
(
05:23
+0900)
test/units/testsuite-03.sh
patch
|
blob
|
history
diff --git
a/test/units/testsuite-03.sh
b/test/units/testsuite-03.sh
index 070e978cda11ed54eed0e10c08e8fac4fb0da7da..7c5a3b8f193a22203a4c06d56339c99c8544f8f9 100755
(executable)
--- 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.