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:
Debarshi Ray 2023-09-22 19:26:25 +02:00
parent 66a7ad7c97
commit 9415797e8b

View file

@ -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}"