summaryrefslogtreecommitdiff
path: root/test/kpod_stop.bats
diff options
context:
space:
mode:
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
}