aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorzhangguanzhang <zhangguanzhang@qq.com>2020-12-03 19:42:30 +0800
committerMatthew Heon <mheon@redhat.com>2020-12-07 15:24:35 -0500
commit18d75e5ecc36fbb3bcc1f2daf37948ba4ce541d6 (patch)
treecb75eb872b98948da3171cdd37e127e471c9f2a7 /test
parent3288edcc328118ab8adc9b4232148e4063d00928 (diff)
downloadpodman-18d75e5ecc36fbb3bcc1f2daf37948ba4ce541d6.tar.gz
podman-18d75e5ecc36fbb3bcc1f2daf37948ba4ce541d6.tar.bz2
podman-18d75e5ecc36fbb3bcc1f2daf37948ba4ce541d6.zip
Fix some nit
Signed-off-by: zhangguanzhang <zhangguanzhang@qq.com>
Diffstat (limited to 'test')
-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")