From: Yu Watanabe Date: Fri, 9 May 2025 08:09:19 +0000 (+0900) Subject: TEST-73-LOCALE: drop unnecessary workaround X-Git-Tag: v258-rc1~618^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ded7cfb7f260a6bff62b19b43b3224cde5b3284;p=thirdparty%2Fsystemd.git TEST-73-LOCALE: drop unnecessary workaround It should be fixed by 157d5b5c30b472c8c70a629a0c609ad240151746. --- diff --git a/test/integration-tests/TEST-73-LOCALE/meson.build b/test/integration-tests/TEST-73-LOCALE/meson.build index f3e645b872d..8dec5f37e73 100644 --- a/test/integration-tests/TEST-73-LOCALE/meson.build +++ b/test/integration-tests/TEST-73-LOCALE/meson.build @@ -3,7 +3,5 @@ integration_tests += [ integration_test_template + { 'name' : fs.name(meson.current_source_dir()), - # TODO: Remove when https://github.com/systemd/systemd/issues/35335 is fixed. - 'coredump-exclude-regex' : '/systemd-localed', }, ]