summaryrefslogtreecommitdiff
path: root/test/meson.build
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-01-01 04:56:31 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-01-19 07:04:19 +0900
commita79e17234d9f91a5e90145892de42b46aac3ad42 (patch)
treee961f94ed16b78df4638e3ae926c50841fffac9e /test/meson.build
parent0703d2f6c43f998afa6b865e35ee3ad010508595 (diff)
downloadsystemd-a79e17234d9f91a5e90145892de42b46aac3ad42.tar.gz
meson.build: drop unused variable
Diffstat (limited to 'test/meson.build')
-rw-r--r--test/meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/meson.build b/test/meson.build
index 69ee81eb02..4d7b929a80 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -64,8 +64,6 @@ test_systemd_tmpfiles_py = find_program('test-systemd-tmpfiles.py')
############################################################
-test_sysusers_dir = join_paths(meson.current_source_dir(), 'test-sysusers')
-
test_sysusers_sh = configure_file(
input : 'test-sysusers.sh.in',
output : 'test-sysusers.sh',