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.
This commit is contained in:
Daan De Meyer 2025-04-09 20:23:26 +02:00
parent c7bb07fff5
commit c7eda25593
1 changed files with 0 additions and 1 deletions
test/integration-tests/standalone

View File

@ -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',