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
No known key found for this signature in database
GPG Key ID: 8CE029DD1A866E52
1 changed files with 1 additions and 1 deletions

View File

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