From c7eda25593559a4934e39e366a2d84b85d46ace9 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Wed, 9 Apr 2025 20:23:26 +0200 Subject: [PATCH] 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. --- test/integration-tests/standalone/meson.build | 1 - 1 file changed, 1 deletion(-) 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', -- 2.47.3