mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
bd7e6aa73a
All this test does is manipulate text files in a subdir specified with --testroot. It can be a normal unittest without the overhead of creating a machine image. As a bonus, also test the .standalone version.
11 lines
291 B
Plaintext
11 lines
291 B
Plaintext
# Ensure that the semantic for the uid:gid syntax is correct
|
|
#
|
|
#Type Name ID GECOS HOMEDIR
|
|
g hoge 300 - -
|
|
u foo 301 - -
|
|
|
|
g baz 302 - -
|
|
u aaa 303:302 - -
|
|
u bbb 304:302 - -
|
|
u ccc 305 - -
|