diff options
author | Michael Vogt <mvo@ubuntu.com> | 2018-01-25 12:50:14 +0100 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2018-01-25 17:43:08 +0100 |
commit | 28e7fad73f823124577281d8dcebe8cb8f82acf3 (patch) | |
tree | 1f0da3d466b988a0aed91a9e256415b66ce23fe3 /test/TEST-21-SYSUSERS/test-3.input | |
parent | sysusers: make ADD_GROUP always create a group (diff) | |
download | systemd-28e7fad73f823124577281d8dcebe8cb8f82acf3.tar.xz systemd-28e7fad73f823124577281d8dcebe8cb8f82acf3.zip |
sysusers: ensure GID in uid:gid syntax exists
Ensure that the GID already exists or is created when the new
"uid:gid" syntax is used. This ensures the behaviour is always
predictable.
Diffstat (limited to 'test/TEST-21-SYSUSERS/test-3.input')
-rw-r--r-- | test/TEST-21-SYSUSERS/test-3.input | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEST-21-SYSUSERS/test-3.input b/test/TEST-21-SYSUSERS/test-3.input index 672c57bb93..b4f86a69f1 100644 --- a/test/TEST-21-SYSUSERS/test-3.input +++ b/test/TEST-21-SYSUSERS/test-3.input @@ -4,4 +4,4 @@ u foo 301 - - g baz 302 - - u aaa 303:302 - - u bbb 304:302 - - -u ccc 305:306 - - +u ccc 305 - - |