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.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2020-09-26 11:58:24 +02:00
parent d338bfff4a
commit bd7e6aa73a
61 changed files with 148 additions and 134 deletions

View File

@@ -2,8 +2,6 @@
in_files = ['basic.conf']
enable_sysusers = conf.get('ENABLE_SYSUSERS') == 1
foreach file : in_files
gen = configure_file(
input : file + '.in',