From d852210a7e20ae0faeb51c0564995cd4fb07c96c Mon Sep 17 00:00:00 2001 From: Wang Long Date: Mon, 19 Sep 2016 11:18:38 +0000 Subject: [PATCH] remove duplicate test command on integration Signed-off-by: Wang Long --- tests/integration/help.bats | 4 ---- 1 file changed, 4 deletions(-) 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" {