remove duplicate test command on integration

Signed-off-by: Wang Long <long.wanglong@huawei.com>
This commit is contained in:
Wang Long 2016-09-19 11:18:38 +00:00
parent 38e0df9ec6
commit d852210a7e
1 changed files with 0 additions and 4 deletions

View File

@ -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" {