summaryrefslogtreecommitdiff
path: root/test/apiv2/20-containers.at
diff options
context:
space:
mode:
authorzhangguanzhang <zhangguanzhang@qq.com>2020-12-03 19:42:30 +0800
committerzhangguanzhang <zhangguanzhang@qq.com>2020-12-04 09:20:42 +0800
commit95b4478fb424a06511d94b89948b89acb26b360a (patch)
tree6cc666a727c08ea862cf4b9a2cd1d4eb9c71c09d /test/apiv2/20-containers.at
parent85b412ddcdacb635e13ec67ecd2df5990dbdca02 (diff)
downloadpodman-95b4478fb424a06511d94b89948b89acb26b360a.tar.gz
podman-95b4478fb424a06511d94b89948b89acb26b360a.tar.bz2
podman-95b4478fb424a06511d94b89948b89acb26b360a.zip
Fix some nit
Signed-off-by: zhangguanzhang <zhangguanzhang@qq.com>
Diffstat (limited to 'test/apiv2/20-containers.at')
-rw-r--r--test/apiv2/20-containers.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/apiv2/20-containers.at b/test/apiv2/20-containers.at
index b35c27215..5c35edf2b 100644
--- a/test/apiv2/20-containers.at
+++ b/test/apiv2/20-containers.at
@@ -169,7 +169,7 @@ t GET containers/$cid/json 200 \
.Args[1]="param2"
t DELETE containers/$cid 204
-# test only set the entrpoint, Cmd should be []
+# test only set the entrypoint, Cmd should be []
t POST containers/create '"Image":"'$IMAGE'","Entrypoint":["echo","param1"]' 201 \
.Id~[0-9a-f]\\{64\\}
cid=$(jq -r '.Id' <<<"$output")