summaryrefslogtreecommitdiff
path: root/src/test/meson.build
diff options
context:
space:
mode:
authorJan Janssen <medhefgo@web.de>2023-01-27 14:28:15 +0100
committerJan Janssen <medhefgo@web.de>2023-01-27 17:47:09 +0100
commit6249face77359f3ceb1ea4f5cfbab342983b5879 (patch)
tree099339f28449abfe171ecd9a8fa2bd86c9a5b18a /src/test/meson.build
parentc8943ce884c3b315aa833a1a9777938719620c6b (diff)
downloadsystemd-6249face77359f3ceb1ea4f5cfbab342983b5879.tar.gz
meson: Remove unused variables
Diffstat (limited to 'src/test/meson.build')
-rw-r--r--src/test/meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/meson.build b/src/test/meson.build
index dc9595ab09..34dbd6dcad 100644
--- a/src/test/meson.build
+++ b/src/test/meson.build
@@ -9,8 +9,6 @@ test_hashmap_ordered_c = custom_target(
capture : true,
build_by_default : want_tests != 'false')
-test_include_dir = include_directories('.')
-
path = run_command(sh, '-c', 'echo "$PATH"', check: true).stdout().strip()
test_env = environment()
test_env.set('SYSTEMD_LANGUAGE_FALLBACK_MAP', language_fallback_map)