mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
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.
9 lines
358 B
Plaintext
9 lines
358 B
Plaintext
# Test generation of ID dynamically based on SYSTEM_UID_MAX and
|
|
# replacement of all fields up to the login shell.
|
|
#
|
|
#Type Name ID GECOS homedir shell
|
|
u u1 - "some gecos" /random/dir -
|
|
u u2 777 "some gecos" /random/dir /bin/zsh
|
|
u u3 778 - /random/dir2 /bin/bash
|
|
u u4 779 - - /bin/csh
|