]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
TEST-73-LOCALE: drop unnecessary workaround
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 9 May 2025 08:09:19 +0000 (17:09 +0900)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 28 May 2025 11:50:50 +0000 (12:50 +0100)
It should be fixed by 157d5b5c30b472c8c70a629a0c609ad240151746.

(cherry picked from commit 7ded7cfb7f260a6bff62b19b43b3224cde5b3284)

test/integration-tests/TEST-73-LOCALE/meson.build

index f3e645b872da7fe4952d3a68773f6fbe789f679a..8dec5f37e73a80d31833a772fa16883b02a07615 100644 (file)
@@ -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',
         },
 ]