diff options
Diffstat (limited to 'test/kpod_mount.bats')
-rw-r--r-- | test/kpod_mount.bats | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/kpod_mount.bats b/test/kpod_mount.bats index 46d10ad2e..400a52fdf 100644 --- a/test/kpod_mount.bats +++ b/test/kpod_mount.bats @@ -5,7 +5,7 @@ load helpers IMAGE="redis:alpine" 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 } |