Merge pull request #28509 from cevich/fix_sdnotifytest

[v4.2.0-rhel] Fix bug in sdnotifiy test
This commit is contained in:
Lokesh Mandvekar 2026-04-15 13:14:45 -04:00 committed by GitHub
commit 2440195c03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
}