From 53ec479685a7636a1bcc75bf3a88fbf7d95ba72a Mon Sep 17 00:00:00 2001 From: Toshiki Sonoda Date: Sat, 30 Jul 2022 09:28:22 +0900 Subject: Add rm --filter option --filter : remove the filtered container. Signed-off-by: Toshiki Sonoda --- test/system/055-rm.bats | 1 + 1 file changed, 1 insertion(+) (limited to 'test/system') diff --git a/test/system/055-rm.bats b/test/system/055-rm.bats index dcd679a1f..613c60c96 100644 --- a/test/system/055-rm.bats +++ b/test/system/055-rm.bats @@ -18,6 +18,7 @@ load helpers # Remove container; now 'inspect' should fail run_podman rm $rand + is "$output" "$rand" "display raw input" run_podman 125 inspect $rand } -- cgit v1.2.3-54-g00ecf