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