diff options
Diffstat (limited to 'test/kpod_pause.bats')
-rw-r--r-- | test/kpod_pause.bats | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/kpod_pause.bats b/test/kpod_pause.bats index 3d6ab7b91..812a2e979 100644 --- a/test/kpod_pause.bats +++ b/test/kpod_pause.bats @@ -7,6 +7,7 @@ function setup() { } function teardown() { + run bash -c "${KPOD_BINARY} ${KPOD_OPTIONS} rm -f -a" cleanup_test } |