diff --git a/tests/integration/help.bats b/tests/integration/help.bats index 61a62d8b..60d398a7 100644 --- a/tests/integration/help.bats +++ b/tests/integration/help.bats @@ -73,10 +73,6 @@ load helpers [ "$status" -eq 0 ] [[ ${lines[1]} =~ runc\ state+ ]] - runc delete -h - [ "$status" -eq 0 ] - [[ ${lines[1]} =~ runc\ delete+ ]] - } @test "runc foo -h" {