diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-02-02 08:53:47 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-02-02 10:40:24 +0100 |
commit | 4e9fe38dc0d6f71f87bce5d4e1b384e0f178192b (patch) | |
tree | d2b28c89bcc4443f0c95f843f72df038f29883f7 /test/TEST-21-SYSUSERS/test-2.input | |
parent | sysusers: allow admin/runtime overrides to command-line config (diff) | |
download | systemd-4e9fe38dc0d6f71f87bce5d4e1b384e0f178192b.tar.xz systemd-4e9fe38dc0d6f71f87bce5d4e1b384e0f178192b.zip |
test/TEST-21-SYSUSERS: add tests for new functionality
Diffstat (limited to 'test/TEST-21-SYSUSERS/test-2.input')
-rw-r--r-- | test/TEST-21-SYSUSERS/test-2.input | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/test/TEST-21-SYSUSERS/test-2.input b/test/TEST-21-SYSUSERS/test-2.input index bc3e182227..cedea9e401 100644 --- a/test/TEST-21-SYSUSERS/test-2.input +++ b/test/TEST-21-SYSUSERS/test-2.input @@ -1,4 +1,8 @@ -# Trivial smoke test that generate the ID dynamically based on SYSTEM_UID_MAX +# 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 -u u1 - "some gecos" /random/dir +#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 |