summaryrefslogtreecommitdiff
path: root/sysusers.d
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-09-26 11:58:24 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-10-01 17:52:51 +0200
commitbd7e6aa73ac213a7a23ad1837a4e7e0af21c9294 (patch)
tree8d1b917e1f5c9d909b41caf31385699f02f9d3b3 /sysusers.d
parentd338bfff4a083b64f405249c49b87f2b74a7d9b8 (diff)
downloadsystemd-bd7e6aa73ac213a7a23ad1837a4e7e0af21c9294.tar.gz
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.
Diffstat (limited to 'sysusers.d')
-rw-r--r--sysusers.d/meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/sysusers.d/meson.build b/sysusers.d/meson.build
index eb99957e2f..146f922bed 100644
--- a/sysusers.d/meson.build
+++ b/sysusers.d/meson.build
@@ -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',