diff options
-rw-r--r-- | test/system/helpers.bash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/system/helpers.bash b/test/system/helpers.bash index c622a5172..676f80013 100644 --- a/test/system/helpers.bash +++ b/test/system/helpers.bash @@ -111,6 +111,7 @@ function basic_teardown() { echo "# [teardown]" >&2 run_podman '?' pod rm -t 0 --all --force --ignore run_podman '?' rm -t 0 --all --force --ignore + run_podman '?' network prune --force command rm -rf $PODMAN_TMPDIR } |