Merge pull request #1056 from datawolf/remove-duplicate-test

remove duplicate test command on integration
This commit is contained in:
Mrunal Patel 2016-09-20 09:57:39 -07:00 committed by GitHub
commit ce5d8cf941
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" {