diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-07-15 09:21:51 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-07-15 16:17:33 +0200 |
commit | f65ec2e90483689546d4d700c5ad8475f19a3ab7 (patch) | |
tree | 9884063ef2d34f4cccc9d2be01906b31ac500a12 /test | |
parent | mkosi: Install binutils (diff) | |
download | systemd-f65ec2e90483689546d4d700c5ad8475f19a3ab7.tar.xz systemd-f65ec2e90483689546d4d700c5ad8475f19a3ab7.zip |
TEST-55-OOMD: Remove the opensuse user@ dropin
Required to make TEST-55-OOMD pass on OpenSUSE.
Diffstat (limited to 'test')
-rw-r--r-- | test/TEST-55-OOMD/meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/TEST-55-OOMD/meson.build b/test/TEST-55-OOMD/meson.build index adc0509786..2566316c93 100644 --- a/test/TEST-55-OOMD/meson.build +++ b/test/TEST-55-OOMD/meson.build @@ -5,6 +5,9 @@ integration_tests += [ '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, }, |