diff options
Diffstat (limited to 'test/kpod_ps.bats')
-rw-r--r-- | test/kpod_ps.bats | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/kpod_ps.bats b/test/kpod_ps.bats index 99127cb8f..f5641115d 100644 --- a/test/kpod_ps.bats +++ b/test/kpod_ps.bats @@ -8,7 +8,7 @@ function setup() { } function teardown() { - run bash -c "${KPOD_BINARY} ${KPOD_OPTIONS} rm -f `${KPOD_BINARY} ${KPOD_OPTIONS} ps -a -q`" + run bash -c "${KPOD_BINARY} ${KPOD_OPTIONS} rm --force --all" cleanup_test } |