From b5335466d3b2c3a166701e296f69ed3a42ba56c9 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Tue, 14 Apr 2026 09:16:07 -0400 Subject: [PATCH] Fix bug in sdnotifiy test Commit 75c7a0dd27f changed the variable name for a helper container image, but missed one reference. This causes the test to fail at the end. Fix this by using the correct variable name. Signed-off-by: Chris Evich --- test/system/260-sdnotify.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/system/260-sdnotify.bats b/test/system/260-sdnotify.bats index 5f246700e8..e2f1afe042 100644 --- a/test/system/260-sdnotify.bats +++ b/test/system/260-sdnotify.bats @@ -165,7 +165,7 @@ READY=1" "sdnotify sent MAINPID and READY" run_podman exec $cid touch /stop run_podman wait $cid run_podman rm $cid - run_podman rmi $_FEDORA + run_podman rmi $SYSTEMD_IMAGE _stop_socat }