]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/test/test-execute.c
test-execute: check nobody user and group are configured correctly
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 1 Mar 2018 09:29:28 +0000 (18:29 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 1 Mar 2018 09:29:28 +0000 (18:29 +0900)
commit57c2efa0c348bd6a01e099608b6dbc477136f397
tree29a187f69454a7135e79ec743c094c7b0a3b76d7
parent649a5ffba89a66b212dadcf43e9fa35dfc4ce1d3
test-execute: check nobody user and group are configured correctly

Several tests request nobody user or group. If they are badly
configured, then tests may fail.

This makes test-execute check nobody user and group are configured
correctly before running such tests.

Fixes #8276.
src/test/test-execute.c