From: Zbigniew Jędrzejewski-Szmek Date: Thu, 10 Apr 2025 14:00:59 +0000 (+0200) Subject: test-sd-device: drop chunk added by mistake X-Git-Tag: v258-rc1~674 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ae4cbb168ab49c3c870fde6fbe334c64d753b67;p=thirdparty%2Fsystemd.git test-sd-device: drop chunk added by mistake I initially wrote it this way, but then decided to implement a loop limit, but forgot to drop the first approach in one place. Fixup for 74cb65e45fbf3468cf6b522e4b4fa568d95f12c6. --- diff --git a/src/libsystemd/sd-device/test-sd-device.c b/src/libsystemd/sd-device/test-sd-device.c index 85c3beb04fb..9758e073306 100644 --- a/src/libsystemd/sd-device/test-sd-device.c +++ b/src/libsystemd/sd-device/test-sd-device.c @@ -488,8 +488,6 @@ TEST(sd_device_enumerator_add_match_parent) { ASSERT_OK(sd_device_enumerator_allow_uninitialized(e)); exclude_problematic_devices(e); - ASSERT_OK(sd_device_enumerator_add_match_subsystem(e, "memory", false)); - if (!slow_tests_enabled()) ASSERT_OK(sd_device_enumerator_add_match_subsystem(e, "block", true));