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