mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
test-sysusers: check group creation with matching user entry
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user