]> git.ipfire.org Git - thirdparty/shadow.git/commit
tests: add a case for testing -F option of useradd
authorMasatake YAMATO <yamato@redhat.com>
Wed, 20 Jul 2022 08:40:11 +0000 (17:40 +0900)
committerIker Pedrosa <ikerpedrosam@gmail.com>
Mon, 1 Aug 2022 13:45:10 +0000 (15:45 +0200)
commit18b8095a8d0a206a847771e0f4172cafdc1e896c
tree432456f68dbf40dfb91691c226ae2c0d22250c1f
parent3f7a72e9677b03335a695d5d92f63949267a260f
tests: add a case for testing -F option of useradd

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
13 files changed:
tests/run_all
tests/run_all.coverage
tests/subids/71_useradd_subids_for_system/config.txt [new file with mode: 0644]
tests/subids/71_useradd_subids_for_system/config/etc/default/useradd [new file with mode: 0644]
tests/subids/71_useradd_subids_for_system/config/etc/group [new file with mode: 0644]
tests/subids/71_useradd_subids_for_system/config/etc/gshadow [new file with mode: 0644]
tests/subids/71_useradd_subids_for_system/config/etc/passwd [new file with mode: 0644]
tests/subids/71_useradd_subids_for_system/config/etc/shadow [new file with mode: 0644]
tests/subids/71_useradd_subids_for_system/config/etc/subgid [new file with mode: 0644]
tests/subids/71_useradd_subids_for_system/config/etc/subuid [new file with mode: 0644]
tests/subids/71_useradd_subids_for_system/data/subgid [new file with mode: 0644]
tests/subids/71_useradd_subids_for_system/data/subuid [new file with mode: 0644]
tests/subids/71_useradd_subids_for_system/useradd.test [new file with mode: 0755]