]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: Drop version from standalone meson file
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 9 Apr 2025 18:23:26 +0000 (20:23 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 9 Apr 2025 18:23:26 +0000 (20:23 +0200)
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

index 1b446ebe2d9c3a0870b012cbe4dbc55ba549cf60..778628b6095145d771cdacfe5ebdc127f1ce05b4 100644 (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',