]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: do not leave process hanging in test-namespace
authorLuca Boccassi <luca.boccassi@gmail.com>
Tue, 9 Sep 2025 23:32:02 +0000 (00:32 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Thu, 11 Sep 2025 12:37:29 +0000 (13:37 +0100)
commitaece4b0381a339bd36faf46cd99789251201be90
tree96fa59334e1ffc6d6c111608a27fa94e9a5ee821
parentfafe447dcdf13a61ef262f16015130b21453ef6a
test: do not leave process hanging in test-namespace

It is killed when the main test process exists, but still,
it will be left hanging while other test cases run, so it's
not very clean.

Follow-up for 8b5e3be88eeb1bdba50c87cb24d9e6b31e825f38
src/test/test-namespace.c