From: Daan De Meyer Date: Wed, 9 Apr 2025 18:23:26 +0000 (+0200) Subject: test: Drop version from standalone meson file X-Git-Tag: v258-rc1~855^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c7eda25593559a4934e39e366a2d84b85d46ace9;p=thirdparty%2Fsystemd.git test: Drop version from standalone meson file The file won't exist if we're running tests from the systemd-tests package so let's drop it as it's not used for anything. --- diff --git a/test/integration-tests/standalone/meson.build b/test/integration-tests/standalone/meson.build index 1b446ebe2d9..778628b6095 100644 --- a/test/integration-tests/standalone/meson.build +++ b/test/integration-tests/standalone/meson.build @@ -9,7 +9,6 @@ # mkosi sandbox -- meson test -C testsuite # project('systemd-testsuite', - version : files('../../../meson.version'), license : 'LGPLv2+', default_options: ['warning_level=2'], meson_version : '>= 0.62.0',