]> git.ipfire.org Git - thirdparty/systemd.git/commit - test/TEST-21-SYSUSERS/test.sh
test: add TEST-21-SYSUSERS test
authorMichael Vogt <mvo@ubuntu.com>
Wed, 24 Jan 2018 10:18:46 +0000 (11:18 +0100)
committerMichael Vogt <mvo@ubuntu.com>
Thu, 25 Jan 2018 11:51:00 +0000 (12:51 +0100)
commit1e589ed2649ad6ed31406c281fd4178fb396288a
tree06732adad74bc4e7c7ced3a22416acd0a5553920
parent5bc9c980d0e3773746750349d68d6e1547cfc4af
test: add TEST-21-SYSUSERS test

This test tests the systemd-sysuser binary via the --root=$TESTDIR
option and ensures that for the given inputs the expected passwd
and group files will be generated.
test/TEST-21-SYSUSERS/Makefile [new file with mode: 0644]
test/TEST-21-SYSUSERS/test-1.expected-group [new file with mode: 0644]
test/TEST-21-SYSUSERS/test-1.expected-passwd [new file with mode: 0644]
test/TEST-21-SYSUSERS/test-1.input [new file with mode: 0644]
test/TEST-21-SYSUSERS/test-2.expected-group [new file with mode: 0644]
test/TEST-21-SYSUSERS/test-2.expected-passwd [new file with mode: 0644]
test/TEST-21-SYSUSERS/test-2.input [new file with mode: 0644]
test/TEST-21-SYSUSERS/test-3.expected-group [new file with mode: 0644]
test/TEST-21-SYSUSERS/test-3.expected-passwd [new file with mode: 0644]
test/TEST-21-SYSUSERS/test-3.input [new file with mode: 0644]
test/TEST-21-SYSUSERS/test.sh [new file with mode: 0755]