]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
TEST-55-OOMD: Remove the opensuse user@ dropin
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 15 Jul 2024 07:21:51 +0000 (09:21 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 15 Jul 2024 14:17:33 +0000 (16:17 +0200)
Required to make TEST-55-OOMD pass on OpenSUSE.

test/TEST-55-OOMD/meson.build

index adc050978696804c6277e5adb5d5156408bfcfb3..2566316c93cc115f111b93c5410edf2c5c2c1647 100644 (file)
@@ -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,
         },