Skip to content

Commit

Permalink
Just use rm for helper command to remove storage
Browse files Browse the repository at this point in the history
This allows to use any kind of `rm` in `$PATH` for the system tests.

Signed-off-by: Sascha Grunert <[email protected]>
  • Loading branch information
saschagrunert committed Aug 28, 2020
1 parent 061c93f commit 773bbff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system/helpers.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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
}


Expand Down

0 comments on commit 773bbff

Please sign in to comment.