From bd7e6aa73ac213a7a23ad1837a4e7e0af21c9294 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Sat, 26 Sep 2020 11:58:24 +0200 Subject: test/TEST-21-SYSUSERS: turn into a unit test 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. --- test/test-sysusers/test-13.input | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 test/test-sysusers/test-13.input (limited to 'test/test-sysusers/test-13.input') diff --git a/test/test-sysusers/test-13.input b/test/test-sysusers/test-13.input new file mode 100644 index 0000000000..bad2f09505 --- /dev/null +++ b/test/test-sysusers/test-13.input @@ -0,0 +1,13 @@ +# Ensure that the semantic for the uid:groupname syntax is correct +# +#Type Name ID GECOS HOMEDIR +g hoge 300 - - +u foo 301 - - + +g baz 302 - - +u aaa 303:baz - - +u bbb 304:baz - - +u ccc 305 - - + +g yyy - +u zzz 306:yyy -- cgit v1.2.3