diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-01-05 18:10:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-05 18:10:37 +0100 |
commit | d67f178563a8948ddc625f99f27be84a27b2cb50 (patch) | |
tree | 5b8363bdd1ce79c9e3aa770eea444835f2bf8a6e /test/system/180-blkio.bats | |
parent | 50e156b60536017fc1841ef6b875565cb1a08a4e (diff) | |
parent | 64df41755a26c62f7bb55bd1b28ef7efd814f703 (diff) | |
download | podman-d67f178563a8948ddc625f99f27be84a27b2cb50.tar.gz podman-d67f178563a8948ddc625f99f27be84a27b2cb50.tar.bz2 podman-d67f178563a8948ddc625f99f27be84a27b2cb50.zip |
Merge pull request #12750 from rhatdan/error
Change Tests to ignore missing containers when removing --all
Diffstat (limited to 'test/system/180-blkio.bats')
-rw-r--r-- | test/system/180-blkio.bats | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/180-blkio.bats b/test/system/180-blkio.bats index 68449681a..7999c9ec5 100644 --- a/test/system/180-blkio.bats +++ b/test/system/180-blkio.bats @@ -8,7 +8,7 @@ load helpers function teardown() { lofile=${PODMAN_TMPDIR}/disk.img if [ -f ${lofile} ]; then - run_podman '?' rm -t 0 --all --force + run_podman '?' rm -t 0 --all --force --ignore while read path dev; do if [[ "$path" == "$lofile" ]]; then |