]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: add test for DynamicUser= + StateDirectory=
authorLennart Poettering <lennart@poettering.net>
Thu, 28 Sep 2017 21:41:06 +0000 (23:41 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 2 Oct 2017 15:41:44 +0000 (17:41 +0200)
commit8adb3d63e6b0f51d1d43467e794ef4fb45203f57
treeee6a2473085b0abf75dc97cb2f78c91169cd82e1
parente53c42ca0a0568579c50b2377b52777ce67a311f
test: add test for DynamicUser= + StateDirectory=

Also, tests for DynamicUser= should really run for system mode, as we
allocate from a system resource.

(This also increases the test timeout to 2min. If one of our tests
really hangs then waiting for 2min longer doesn't hurt either. The old
2s is really short, given that we run in potentially slow VM
environments for this test. This becomes noticable when the slow "find"
command this adds is triggered)
src/test/test-execute.c
test/meson.build
test/test-execute/exec-dynamicuser-state-dir.service [new file with mode: 0644]