summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2017-12-11 17:02:18 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2017-12-14 23:59:21 +0000
commit21bcd770db5f4787515444179c1e6c4095585501 (patch)
treee19b756576ff9d7f0986fd8e4b202ab01116bafc /test
parent9e5637f9e8883cc19d18084300f3eb9948b46933 (diff)
downloadpodman-21bcd770db5f4787515444179c1e6c4095585501.tar.gz
podman-21bcd770db5f4787515444179c1e6c4095585501.tar.bz2
podman-21bcd770db5f4787515444179c1e6c4095585501.zip
Fix kpod exec tests
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #109 Approved by: mheon
Diffstat (limited to 'test')
-rw-r--r--test/kpod_exec.bats1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/kpod_exec.bats b/test/kpod_exec.bats
index d495b1687..5396298d3 100644
--- a/test/kpod_exec.bats
+++ b/test/kpod_exec.bats
@@ -7,6 +7,7 @@ function teardown() {
}
function setup() {
+ prepare_network_conf
copy_images
}