diff options
Diffstat (limited to '')
-rw-r--r-- | test/test-sysusers/test-4.input | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/test-sysusers/test-4.input b/test/test-sysusers/test-4.input new file mode 100644 index 0000000..85275cb --- /dev/null +++ b/test/test-sysusers/test-4.input @@ -0,0 +1,7 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later +# Ensure that already created groups are used when using the uid:gid syntax +# +#Type Name ID GECOS HOMEDIR +g xxx 310 +u yyy 311:310 +u xxx 312:310 |