mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
test-sysusers: check group creation with matching user entry
This commit is contained in:
parent
4ae3e8c9db
commit
76ad8ef68d
1
test/test-sysusers/test-15.expected-group
Normal file
1
test/test-sysusers/test-15.expected-group
Normal file
@ -0,0 +1 @@
|
||||
root:x:0:
|
1
test/test-sysusers/test-15.expected-passwd
Normal file
1
test/test-sysusers/test-15.expected-passwd
Normal file
@ -0,0 +1 @@
|
||||
root::0:0::/root:/bin/sh
|
1
test/test-sysusers/test-15.initial-passwd
Normal file
1
test/test-sysusers/test-15.initial-passwd
Normal file
@ -0,0 +1 @@
|
||||
root::0:0::/root:/bin/sh
|
5
test/test-sysusers/test-15.input
Normal file
5
test/test-sysusers/test-15.input
Normal file
@ -0,0 +1,5 @@
|
||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
# Create proper group when matching user entry is in place.
|
||||
#
|
||||
#Type Name ID GECOS HOMEDIR
|
||||
u root 0 "Super User" /root
|
Loading…
Reference in New Issue
Block a user