summaryrefslogtreecommitdiff
path: root/test/kpod_rmi.bats
diff options
context:
space:
mode:
Diffstat (limited to 'test/kpod_rmi.bats')
-rw-r--r--test/kpod_rmi.bats4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/kpod_rmi.bats b/test/kpod_rmi.bats
index 77990d500..034fd9ab7 100644
--- a/test/kpod_rmi.bats
+++ b/test/kpod_rmi.bats
@@ -43,10 +43,10 @@ function pullImages() {
[ "$status" -eq 0 ]
}
-@test "kpod rmi all images forceably" {
+@test "kpod rmi all images forceably with short options" {
pullImages
${KPOD_BINARY} $KPOD_OPTIONS create ${IMAGE1} ls
- run ${KPOD_BINARY} $KPOD_OPTIONS rmi -a -f
+ run ${KPOD_BINARY} $KPOD_OPTIONS rmi -af
echo "$output"
[ "$status" -eq 0 ]
}