Merge pull request #28151 from ricardobranco777/rmpod

test/system: fix pod inspect ordering test leak
This commit is contained in:
Jan Rodák
2026-02-25 12:22:58 +01:00
committed by GitHub

View File

@@ -813,6 +813,8 @@ function thingy_with_unique_id() {
run_podman pod inspect --format '{{ .SharedNamespaces }}' $pod_name
assert "$output" == "[ipc net uts]"
run_podman pod rm $pod_name
}
# vim: filetype=sh