Skip to content

Commit

Permalink
Merge pull request containers#7437 from openSUSE/rm
Browse files Browse the repository at this point in the history
Just use `rm` for helper command to remove storage
  • Loading branch information
openshift-merge-robot authored Sep 6, 2020
2 parents f1323a9 + 773bbff commit ba8d0bb
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 ba8d0bb

Please sign in to comment.