diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-03-02 07:38:28 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-03-02 07:38:28 +0900 |
commit | d4f0412de47f843d650dc0d92eb9740a364ab801 (patch) | |
tree | 3ede2f08a8070b1f602cbc8a1c360be012c4cd31 /test/TEST-21-SYSUSERS/test-10.expected-passwd | |
parent | test: add a test for sysusers (diff) | |
download | systemd-d4f0412de47f843d650dc0d92eb9740a364ab801.tar.gz systemd-d4f0412de47f843d650dc0d92eb9740a364ab801.tar.bz2 systemd-d4f0412de47f843d650dc0d92eb9740a364ab801.zip |
sysusers: do not implicitly create group by 'm' if 'u' with the same name exists
The commit e2c2060f7b3b11fa3cca8899d80963b7a05cc4ab makes 'm' lines
disturb 'u' lines.
This fixes the disturbance.
Diffstat (limited to 'test/TEST-21-SYSUSERS/test-10.expected-passwd')
-rw-r--r-- | test/TEST-21-SYSUSERS/test-10.expected-passwd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/TEST-21-SYSUSERS/test-10.expected-passwd b/test/TEST-21-SYSUSERS/test-10.expected-passwd new file mode 100644 index 000000000..222334bf7 --- /dev/null +++ b/test/TEST-21-SYSUSERS/test-10.expected-passwd @@ -0,0 +1,2 @@ +u1:x:300:300::/:/sbin/nologin +u2:x:SYSTEM_UID_MAX:SYSTEM_UID_MAX::/:/sbin/nologin |