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_create.bats | 1 - 1 file changed, 1 deletion(-) (limited to 'test/kpod_create.bats') diff --git a/test/kpod_create.bats b/test/kpod_create.bats index 6d7704b5d..3d3efcff3 100644 --- a/test/kpod_create.bats +++ b/test/kpod_create.bats @@ -7,7 +7,6 @@ function setup() { } function teardown() { - run bash -c "${KPOD_BINARY} ${KPOD_OPTIONS} rm -f -a" cleanup_test } -- cgit v1.2.3-54-g00ecf