mirror of
https://github.com/containers/podman.git
synced 2025-11-30 18:18:18 +08:00
Detect and fix typos using codespell
Signed-off-by: Yaroslav Halchenko <debian@onerussian.com>
This commit is contained in:
@@ -92,7 +92,7 @@ t POST libpod/containers/create name=test1 image=$IMAGE privileged=true 201
|
||||
t GET libpod/containers/test1/json 200 \
|
||||
.HostConfig.Annotations.'"io.podman.annotations.privileged"'="TRUE"
|
||||
|
||||
# now the same without privileged it should not inhert the privileged from before
|
||||
# now the same without privileged it should not inherit the privileged from before
|
||||
t POST libpod/containers/create name=test2 image=$IMAGE 201
|
||||
t GET libpod/containers/test2/json 200 \
|
||||
.HostConfig.Annotations=null
|
||||
|
||||
Reference in New Issue
Block a user