diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2017-12-11 17:02:18 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2017-12-14 23:59:21 +0000 |
commit | 21bcd770db5f4787515444179c1e6c4095585501 (patch) | |
tree | e19b756576ff9d7f0986fd8e4b202ab01116bafc | |
parent | 9e5637f9e8883cc19d18084300f3eb9948b46933 (diff) | |
download | podman-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
-rw-r--r-- | test/kpod_exec.bats | 1 |
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 } |