summaryrefslogtreecommitdiff
path: root/test/kpod_stop.bats
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2017-11-28 17:41:20 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2017-11-29 12:15:16 +0000
commit63c09d1017e3c160f7cb2126b7994809753064cf (patch)
tree6a5e02fb2b5344def6f81b2c74afda954af455eb /test/kpod_stop.bats
parented41a290a2115ff45b4ce7bfda662aa88d6d314b (diff)
downloadpodman-63c09d1017e3c160f7cb2126b7994809753064cf.tar.gz
podman-63c09d1017e3c160f7cb2126b7994809753064cf.tar.bz2
podman-63c09d1017e3c160f7cb2126b7994809753064cf.zip
Fix kpod rm tests returning error code when they should not
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #68 Approved by: rhatdan
Diffstat (limited to 'test/kpod_stop.bats')
-rw-r--r--test/kpod_stop.bats2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/kpod_stop.bats b/test/kpod_stop.bats
index 926d0991c..89a20f0f2 100644
--- a/test/kpod_stop.bats
+++ b/test/kpod_stop.bats
@@ -3,7 +3,7 @@
load helpers
function teardown() {
- run bash -c "${KPOD_BINARY} ${KPOD_OPTIONS} rm -f -a"
+ run bash -c "${KPOD_BINARY} ${KPOD_OPTIONS} rm --force --all"
cleanup_test
}