Skip to content

Commit beb8716

Browse files
author
Mrunal Patel
authored
Merge pull request #1528 from leitwolf7/fix-integration
make localintegration fails on Ubuntu 17.04
2 parents 4693fae + e6e2439 commit beb8716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/exec.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function teardown() {
8585

8686
runc exec --cwd /bin test_busybox pwd
8787
[ "$status" -eq 0 ]
88-
[[ ${output} == "/bin" ]]
88+
[[ ${output} == "/bin"* ]]
8989
}
9090

9191
@test "runc exec --env" {

0 commit comments

Comments
 (0)