Merge pull request #1528 from leitwolf7/fix-integration

make localintegration fails on Ubuntu 17.04
This commit is contained in:
Mrunal Patel 2017-10-10 12:41:40 -07:00 committed by GitHub
commit beb8716fcb
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ function teardown() {
runc exec --cwd /bin test_busybox pwd
[ "$status" -eq 0 ]
[[ ${output} == "/bin" ]]
[[ ${output} == "/bin"* ]]
}
@test "runc exec --env" {