Skip to content

Commit 98727fb

Browse files
committed
Update spec config path
Tracks schema/schema.json → schema/config-schema.json rename in opencontainers/runtime-spec@59ede1a Signed-off-by: Adam Thomason <[email protected]>
1 parent 83cbdbd commit 98727fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/spec.bats

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ function teardown() {
7878
run git reset --hard "${SPEC_COMMIT}"
7979
)
8080
[ "$status" -eq 0 ]
81-
[ -e src/runtime-spec/schema/schema.json ]
81+
[ -e src/runtime-spec/schema/config-schema.json ]
8282

8383
run bash -c "GOPATH='$GOPATH' go get github.com/xeipuuv/gojsonschema"
8484
[ "$status" -eq 0 ]
@@ -89,7 +89,7 @@ function teardown() {
8989
runc spec
9090
[ -e config.json ]
9191

92-
run ./validate src/runtime-spec/schema/schema.json config.json
92+
run ./validate src/runtime-spec/schema/config-schema.json config.json
9393
[ "$status" -eq 0 ]
9494
[[ "${lines[0]}" == *"The document is valid"* ]]
9595
}

0 commit comments

Comments
 (0)