mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 10:13:34 +08:00
f65ec2e904
Required to make TEST-55-OOMD pass on OpenSUSE.
15 lines
633 B
Meson
15 lines
633 B
Meson
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
integration_tests += [
|
|
integration_test_template + {
|
|
'name' : fs.name(meson.current_source_dir()),
|
|
'credentials' : integration_test_template['credentials'] + [
|
|
files('systemd.unit-dropin.init.scope'),
|
|
# OpenSUSE disables all controller delegation for the user manager template. Mask the
|
|
# dropin to make TEST-55-OOMD pass on OpenSUSE.
|
|
'systemd.unit-dropin.user@.service~20-defaults-SUSE=',
|
|
],
|
|
'vm' : true,
|
|
},
|
|
]
|