diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2022-07-11 10:20:53 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2022-07-26 13:34:33 -0400 |
commit | 03eaea8bbe4dc7791c2129d64321988d3ec12bb0 (patch) | |
tree | e66f83a8865bede22a88cfce3ca4724b1fafebe3 /test/apiv2 | |
parent | e4b82c77f7214a6d69c2a6112900dae92d505dc6 (diff) | |
download | podman-03eaea8bbe4dc7791c2129d64321988d3ec12bb0.tar.gz podman-03eaea8bbe4dc7791c2129d64321988d3ec12bb0.tar.bz2 podman-03eaea8bbe4dc7791c2129d64321988d3ec12bb0.zip |
Run codespell
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'test/apiv2')
-rw-r--r-- | test/apiv2/12-imagesMore.at | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/apiv2/12-imagesMore.at b/test/apiv2/12-imagesMore.at index fc18dd2d7..d4b09174f 100644 --- a/test/apiv2/12-imagesMore.at +++ b/test/apiv2/12-imagesMore.at @@ -63,7 +63,7 @@ podman pull -q $IMAGE podman system connection add --default test ssh://$USER@localhost/run/user/$UID/podman/podman.sock # should fail but need to check the output... # status 125 here means that the save/load fails due to -# cirrus weirdness with exec.Command. All of the args have been parsed sucessfully. +# cirrus weirdness with exec.Command. All of the args have been parsed successfully. t POST "libpod/images/scp/$IMAGE?destination=QA::" 500 \ .cause="exit status 125" t DELETE libpod/images/$IMAGE 200 \ |