Skip to content

Commit

Permalink
Merge pull request #1528 from leitwolf7/fix-integration
Browse files Browse the repository at this point in the history
make localintegration fails on Ubuntu 17.04
  • Loading branch information
Mrunal Patel authored Oct 10, 2017
2 parents 4693fae + e6e2439 commit beb8716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/exec.bats
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function teardown() {

runc exec --cwd /bin test_busybox pwd
[ "$status" -eq 0 ]
[[ ${output} == "/bin" ]]
[[ ${output} == "/bin"* ]]
}

@test "runc exec --env" {
Expand Down

0 comments on commit beb8716

Please sign in to comment.