summaryrefslogtreecommitdiff
path: root/test/system
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-09-06 06:46:07 -0400
committerGitHub <noreply@github.com>2020-09-06 06:46:07 -0400
commitba8d0bb5e336e84aaf68148563e61558b5dc94f5 (patch)
tree5463babee4a2a3bc2b5b2149a55e7aec280e661b /test/system
parentf1323a941c7b5709197def5d10ad79ed24bbbc35 (diff)
parent773bbffd7f2c54ebadcc34be57b56450865aa54f (diff)
downloadpodman-ba8d0bb5e336e84aaf68148563e61558b5dc94f5.tar.gz
podman-ba8d0bb5e336e84aaf68148563e61558b5dc94f5.tar.bz2
podman-ba8d0bb5e336e84aaf68148563e61558b5dc94f5.zip
Merge pull request #7437 from openSUSE/rm
Just use `rm` for helper command to remove storage
Diffstat (limited to 'test/system')
-rw-r--r--test/system/helpers.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/helpers.bash b/test/system/helpers.bash
index a6414344e..6c24b24b3 100644
--- a/test/system/helpers.bash
+++ b/test/system/helpers.bash
@@ -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
}