mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
tests/int/spec.bats: don't use HELLO_BUNDLE
All tests are run with cd to bundle directory, so let's just use $(pwd). Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
@@ -16,7 +16,7 @@ function teardown() {
|
||||
}
|
||||
|
||||
@test "spec generation --bundle" {
|
||||
runc run --bundle "$HELLO_BUNDLE" test_hello
|
||||
runc run --bundle "$(pwd)" test_hello
|
||||
[ "$status" -eq 0 ]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user