aboutsummaryrefslogtreecommitdiff
path: root/test/system/700-play.bats
diff options
context:
space:
mode:
Diffstat (limited to 'test/system/700-play.bats')
-rw-r--r--test/system/700-play.bats1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/system/700-play.bats b/test/system/700-play.bats
index 498956b9a..7f35877aa 100644
--- a/test/system/700-play.bats
+++ b/test/system/700-play.bats
@@ -140,4 +140,5 @@ _EOF
run_podman inspect --format "{{ .Config.User }}" test_pod-test
is "$output" bin "expect container within pod to run as the bin user"
run_podman pod rm -f test_pod
+ run_podman rmi -f userimage:latest
}