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:
parent
c7bb07fff5
commit
c7eda25593
test/integration-tests/standalone
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue