mirror of
https://github.com/containers/podman.git
synced 2025-06-23 10:38:20 +08:00
Quote URL
Signed-off-by: Nikolay Edigaryev <edigaryev@gmail.com>
This commit is contained in:
@ -63,7 +63,7 @@ cid=$(jq -r '.Id' <<<"$output")
|
||||
# Prior to the fix in #6835, this would fail 500 "args must not be empty"
|
||||
t POST libpod/containers/${cid}/start '' 204
|
||||
# Container should exit almost immediately. Wait for it, confirm successful run
|
||||
t POST libpod/containers/${cid}/wait?condition=stopped&condition=exited '' 200 '0'
|
||||
t POST "libpod/containers/${cid}/wait?condition=stopped&condition=exited" '' 200 '0'
|
||||
t GET libpod/containers/${cid}/json 200 \
|
||||
.Id=$cid \
|
||||
.State.Status~\\\(exited\\\|stopped\\\) \
|
||||
|
Reference in New Issue
Block a user