aboutsummaryrefslogtreecommitdiff
path: root/test/system/070-build.bats
diff options
context:
space:
mode:
authoropenshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com>2022-06-16 16:01:45 +0000
committerGitHub <noreply@github.com>2022-06-16 16:01:45 +0000
commite6fe06f5914638583aa6bbc96be51c944350d6bd (patch)
tree19c09421b4d24b4223402a2c1847e57d5d5dcb0e /test/system/070-build.bats
parente3a0deadce9d1aa2ead5adc1d0ee4e8868a18c3a (diff)
parentc6b9baa6c1feaa094111e375502875b2991360e9 (diff)
downloadpodman-e6fe06f5914638583aa6bbc96be51c944350d6bd.tar.gz
podman-e6fe06f5914638583aa6bbc96be51c944350d6bd.tar.bz2
podman-e6fe06f5914638583aa6bbc96be51c944350d6bd.zip
Merge pull request #14600 from edsantiago/argh
system tests: avoid rmi -a ... plus cleanup
Diffstat (limited to 'test/system/070-build.bats')
-rw-r--r--test/system/070-build.bats2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/070-build.bats b/test/system/070-build.bats
index ac41dd84d..9fddbaa21 100644
--- a/test/system/070-build.bats
+++ b/test/system/070-build.bats
@@ -762,7 +762,7 @@ EOF
is "$output" "[no instance of 'Using cache']" "no cache used"
fi
- run_podman rmi -a --force
+ run_podman rmi -f build_test
}
# Caveat lector: this test was mostly copy-pasted from buildah in #9275.