From 21bcd770db5f4787515444179c1e6c4095585501 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Mon, 11 Dec 2017 17:02:18 -0500 Subject: [PATCH] Fix kpod exec tests Signed-off-by: Matthew Heon Closes: #109 Approved by: mheon --- test/kpod_exec.bats | 1 + 1 file changed, 1 insertion(+) diff --git a/test/kpod_exec.bats b/test/kpod_exec.bats index d495b1687b..5396298d3e 100644 --- a/test/kpod_exec.bats +++ b/test/kpod_exec.bats @@ -7,6 +7,7 @@ function teardown() { } function setup() { + prepare_network_conf copy_images }