diff options
Diffstat (limited to 'test/podman_images.bats')
-rw-r--r-- | test/podman_images.bats | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/podman_images.bats b/test/podman_images.bats index f62508e80..b500f6b98 100644 --- a/test/podman_images.bats +++ b/test/podman_images.bats @@ -4,10 +4,6 @@ load helpers IMAGE="busybox" -function setup() { - prepare_network_conf -} - function teardown() { cleanup_test } |