From: Luca Boccassi Date: Mon, 29 Jun 2026 11:06:28 +0000 (+0100) Subject: test: drop ASAN workaround in TEST-07-PID1.issue-14566 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=58d6d403cedec338ac1b01bdad5cda588ef3d411;p=thirdparty%2Fsystemd.git test: drop ASAN workaround in TEST-07-PID1.issue-14566 https://bugzilla.redhat.com/show_bug.cgi?id=2098125 was marked as fixed some years ago, so it should be safe to run this test again now. Follow-up for 11562ee585d5f2e42cb583f06aa01c7383d85f55 --- diff --git a/test/units/TEST-07-PID1.issue-14566.sh b/test/units/TEST-07-PID1.issue-14566.sh index 66d07bab84d..ee1021a12e4 100755 --- a/test/units/TEST-07-PID1.issue-14566.sh +++ b/test/units/TEST-07-PID1.issue-14566.sh @@ -6,13 +6,6 @@ set -o pipefail # Test that KillMode=mixed does not leave left over processes with ExecStopPost= # Issue: https://github.com/systemd/systemd/issues/14566 -if [[ -v ASAN_OPTIONS ]]; then - # Temporarily skip this test when running with sanitizers due to a deadlock - # See: https://bugzilla.redhat.com/show_bug.cgi?id=2098125 - echo "Sanitizers detected, skipping the test..." - exit 0 -fi - rm -f /run/leakedtestpid systemctl start issue14566-repro systemctl status issue14566-repro