diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-01-18 06:22:05 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-18 06:22:05 -0500 |
commit | d6b0720b9cd5d993dffc229e73d8377aae2c2ed4 (patch) | |
tree | a0efd9dff39774597d87c98dbe089b57af77c726 /test/system/040-ps.bats | |
parent | d0eb24bae0023848447568d024acdaadb632edfe (diff) | |
parent | 141de86862898a4b9e35c15f51031952c63c7114 (diff) | |
download | podman-d6b0720b9cd5d993dffc229e73d8377aae2c2ed4.tar.gz podman-d6b0720b9cd5d993dffc229e73d8377aae2c2ed4.tar.bz2 podman-d6b0720b9cd5d993dffc229e73d8377aae2c2ed4.zip |
Merge pull request #12684 from mheon/remap_states
Revamp Libpod state strings for Docker compat
Diffstat (limited to 'test/system/040-ps.bats')
-rw-r--r-- | test/system/040-ps.bats | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/040-ps.bats b/test/system/040-ps.bats index 61b290415..8d0a405d2 100644 --- a/test/system/040-ps.bats +++ b/test/system/040-ps.bats @@ -110,7 +110,7 @@ EOF run_podman ps --external is "${#lines[@]}" "3" "podman ps -a --external sees buildah containers" is "${lines[1]}" \ - "[0-9a-f]\{12\} \+$IMAGE *buildah .* seconds ago .* storage .* ${PODMAN_TEST_IMAGE_NAME}-working-container" \ + "[0-9a-f]\{12\} \+$IMAGE *buildah .* seconds ago .* Storage .* ${PODMAN_TEST_IMAGE_NAME}-working-container" \ "podman ps --external" # 'rm -a' should be a NOP |