]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: use proper service type of TEST-07-PID.user-namespace-path.sh
authorQuentin Deslandes <qde@naccy.de>
Tue, 4 Nov 2025 13:45:15 +0000 (14:45 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 4 Nov 2025 15:54:06 +0000 (15:54 +0000)
commit697179886460e22ce9c367bc559e9c95773a8808
treeca34baa20db5a622018b94073f75d4c02a2f427e
parent22311a12912509dd8f275b4f5d42383ee70327eb
core: use proper service type of TEST-07-PID.user-namespace-path.sh

TEST-07-PID.user-namespace-path.sh is flaky as Type=simple is used
(implicitly), explicitly use Type=exec instead to ensure the namespaces
are created before starting another service reusing the same namespaces.

Fixes #39546.
test/units/TEST-07-PID1.user-namespace-path.sh