From 3180e387955c7777ab15ed2dfe7e587b54e8c308 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Tue, 28 Nov 2017 21:50:58 -0500 Subject: Move removal of containers into teardown helper Signed-off-by: Matthew Heon Closes: #68 Approved by: rhatdan --- test/kpod_ps.bats | 1 - 1 file changed, 1 deletion(-) (limited to 'test/kpod_ps.bats') 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 } -- cgit v1.2.3-54-g00ecf