summaryrefslogtreecommitdiff
path: root/test/apiv2/20-containers.at
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2022-01-20 13:51:42 -0500
committerDaniel J Walsh <dwalsh@redhat.com>2022-01-21 07:22:36 -0500
commit653da8fe8f42d96a8ed117f8936f1187dd7288e8 (patch)
tree18bbc457fb258a1f0b04ab9643993affc8a84bbd /test/apiv2/20-containers.at
parent11c5717cdb5a019ff416fa07b9192cc87c29c13d (diff)
downloadpodman-653da8fe8f42d96a8ed117f8936f1187dd7288e8.tar.gz
podman-653da8fe8f42d96a8ed117f8936f1187dd7288e8.tar.bz2
podman-653da8fe8f42d96a8ed117f8936f1187dd7288e8.zip
Fix #2 for compat commit handling of --changes
Signed-off-by: Daniel J Walsh <dwalsh@redhat.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 45c040fbc..cc5eda88e 100644
--- a/test/apiv2/20-containers.at
+++ b/test/apiv2/20-containers.at
@@ -434,7 +434,7 @@ cid=$(jq -r '.Id' <<<"$output")
t POST "commit?container=nonesuch" 404
cparam="repo=newrepo&tag=v3&comment=abcd&author=eric"
-cparam="$cparam&format=docker&changes=CMD=/bin/bar,EXPOSE=9090"
+cparam="$cparam&format=docker&changes=CMD%20/bin/bar%0aEXPOSE%209090"
t POST "commit?container=${cid:0:12}&$cparam" 201 \
.Id~[0-9a-f]\\{64\\}
iid=$(jq -r '.Id' <<<"$output")