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