We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4693fae + e6e2439 commit beb8716Copy full SHA for beb8716
tests/integration/exec.bats
@@ -85,7 +85,7 @@ function teardown() {
85
86
runc exec --cwd /bin test_busybox pwd
87
[ "$status" -eq 0 ]
88
- [[ ${output} == "/bin" ]]
+ [[ ${output} == "/bin"* ]]
89
}
90
91
@test "runc exec --env" {
0 commit comments