From 3235579b48f541cf29d005786fce704f2b5477eb Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Fri, 12 Dec 2025 14:09:18 +0100 Subject: [PATCH] cirrus: ensure NOTIFY_SOCKET is properly unset for all tests Podman uses this env toi do various things, we don't want the external env to affect our tests here. Signed-off-by: Paul Holzinger --- contrib/cirrus/runner.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contrib/cirrus/runner.sh b/contrib/cirrus/runner.sh index 3aaa065e75..8816269613 100755 --- a/contrib/cirrus/runner.sh +++ b/contrib/cirrus/runner.sh @@ -506,6 +506,9 @@ if [ "$(type -t $handler)" != "function" ]; then die "Unknown/Unsupported \$TEST_FLAVOR=$TEST_FLAVOR" fi +# Unset NOTIFY_SOCKET based on: https://github.com/containers/podman/pull/27514#issuecomment-3529125596 +unset NOTIFY_SOCKET + showrun $handler if [[ -n "$TRACER_PID" ]]; then