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