summaryrefslogtreecommitdiff
path: root/test/kpod_run_ns.bats
diff options
context:
space:
mode:
Diffstat (limited to 'test/kpod_run_ns.bats')
-rw-r--r--test/kpod_run_ns.bats5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/kpod_run_ns.bats b/test/kpod_run_ns.bats
index eb0af6076..cc3a6b211 100644
--- a/test/kpod_run_ns.bats
+++ b/test/kpod_run_ns.bats
@@ -2,6 +2,11 @@
load helpers
+function teardown() {
+ run bash -c "${KPOD_BINARY} ${KPOD_OPTIONS} rm -f -a"
+ cleanup_test
+}
+
function setup() {
copy_images
}