diff options
Diffstat (limited to 'test/kpod_attach.bats')
-rw-r--r-- | test/kpod_attach.bats | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/kpod_attach.bats b/test/kpod_attach.bats index 968795935..fe2781f8d 100644 --- a/test/kpod_attach.bats +++ b/test/kpod_attach.bats @@ -7,6 +7,7 @@ function teardown() { } function setup() { + prepare_network_conf copy_images } |