1# SPDX-License-Identifier: LGPL-2.1-or-later
2# Ensure that the semantic for the uid:groupname syntax is correct
3#
4#Type Name ID  GECOS HOMEDIR
5g hoge    300     -            -
6u foo     301     -            -
7
8g baz     302     -            -
9u aaa     303:baz -            -
10u bbb     304:baz -            -
11u ccc     305     -            -
12
13g yyy     -
14u zzz     306:yyy
15