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