Just use rm for helper command to remove storage

This allows to use any kind of `rm` in `$PATH` for the system tests.

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
This commit is contained in:
Sascha Grunert
2020-08-25 15:24:45 +02:00
parent 061c93f701
commit 773bbffd7f

View File

@ -67,7 +67,7 @@ function basic_teardown() {
run_podman '?' pod rm --all --force
run_podman '?' rm --all --force
/bin/rm -rf $PODMAN_TMPDIR
command rm -rf $PODMAN_TMPDIR
}