diff --git a/tests/integration/spec.bats b/tests/integration/spec.bats index 5bcac80ba..dbb022ace 100644 --- a/tests/integration/spec.bats +++ b/tests/integration/spec.bats @@ -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 ] }