mirror of
https://github.com/containers/podman.git
synced 2025-06-25 03:52:15 +08:00
Merge pull request #7437 from openSUSE/rm
Just use `rm` for helper command to remove storage
This commit is contained in:
@ -67,7 +67,7 @@ function basic_teardown() {
|
|||||||
run_podman '?' pod rm --all --force
|
run_podman '?' pod rm --all --force
|
||||||
run_podman '?' rm --all --force
|
run_podman '?' rm --all --force
|
||||||
|
|
||||||
/bin/rm -rf $PODMAN_TMPDIR
|
command rm -rf $PODMAN_TMPDIR
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user