diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-03-16 17:23:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-16 17:23:50 -0400 |
commit | b1d37a7e21bfb3e12af2e7cee25dc88ac4f148dd (patch) | |
tree | 6f14fd9263a1f221238b45b31f428decac52ba4b /test/apiv2/20-containers.at | |
parent | fa33f3527f14edbf7407ba3ba482ef839debfb39 (diff) | |
parent | 1387b5bd8a639fcc0c9f9e78cda2aee7bac61b7d (diff) | |
download | podman-b1d37a7e21bfb3e12af2e7cee25dc88ac4f148dd.tar.gz podman-b1d37a7e21bfb3e12af2e7cee25dc88ac4f148dd.tar.bz2 podman-b1d37a7e21bfb3e12af2e7cee25dc88ac4f148dd.zip |
Merge pull request #13450 from jwhonce/bz/2052697
Exit code change BZ #2052697
Diffstat (limited to 'test/apiv2/20-containers.at')
-rw-r--r-- | test/apiv2/20-containers.at | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/apiv2/20-containers.at b/test/apiv2/20-containers.at index 49f8fb3fc..94de2cf24 100644 --- a/test/apiv2/20-containers.at +++ b/test/apiv2/20-containers.at @@ -280,7 +280,7 @@ t DELETE containers/$cid_top 204 t POST containers/create \ Image=$ENV_WORKDIR_IMG \ WorkingDir=/dataDir \ - StopSignal=9 \ + StopSignal=\"9\" \ 201 \ .Id~[0-9a-f]\\{64\\} cid=$(jq -r '.Id' <<<"$output") |