test/system: Use long options, instead of their shorter aliases
The long options are easier to grep(1) for in the sources than their shorter aliases. https://github.com/containers/toolbox/pull/1375
This commit is contained in:
parent
66a7ad7c97
commit
9415797e8b
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ function _setup_containers_storage() {
|
||||||
|
|
||||||
|
|
||||||
function _clean_temporary_storage() {
|
function _clean_temporary_storage() {
|
||||||
"$PODMAN" system reset -f
|
"$PODMAN" system reset --force
|
||||||
|
|
||||||
rm --force --recursive "${ROOTLESS_PODMAN_STORE_DIR}"
|
rm --force --recursive "${ROOTLESS_PODMAN_STORE_DIR}"
|
||||||
rm --force --recursive "${ROOTLESS_PODMAN_RUNROOT_DIR}"
|
rm --force --recursive "${ROOTLESS_PODMAN_RUNROOT_DIR}"
|
||||||
|
|
Loading…
Reference in a new issue