diff options
Diffstat (limited to 'test/kpod_create.bats')
-rw-r--r-- | test/kpod_create.bats | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/kpod_create.bats b/test/kpod_create.bats index 7346834c7..6d7704b5d 100644 --- a/test/kpod_create.bats +++ b/test/kpod_create.bats @@ -7,7 +7,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 -f -a" cleanup_test } |