From: Daan De Meyer Date: Mon, 15 Jul 2024 07:21:51 +0000 (+0200) Subject: TEST-55-OOMD: Remove the opensuse user@ dropin X-Git-Tag: v257-rc1~903^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f65ec2e90483689546d4d700c5ad8475f19a3ab7;p=thirdparty%2Fsystemd.git TEST-55-OOMD: Remove the opensuse user@ dropin Required to make TEST-55-OOMD pass on OpenSUSE. --- diff --git a/test/TEST-55-OOMD/meson.build b/test/TEST-55-OOMD/meson.build index adc05097869..2566316c93c 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, },