Merge pull request #1528 from leitwolf7/fix-integration
make localintegration fails on Ubuntu 17.04
This commit is contained in:
commit
beb8716fcb
|
@ -85,7 +85,7 @@ function teardown() {
|
|||
|
||||
runc exec --cwd /bin test_busybox pwd
|
||||
[ "$status" -eq 0 ]
|
||||
[[ ${output} == "/bin" ]]
|
||||
[[ ${output} == "/bin"* ]]
|
||||
}
|
||||
|
||||
@test "runc exec --env" {
|
||||
|
|
Loading…
Reference in New Issue