diff --git a/schema/Makefile b/schema/Makefile index 620cb6849..ac8c8d247 100644 --- a/schema/Makefile +++ b/schema/Makefile @@ -36,7 +36,7 @@ test: validate $(TESTS) for FILE in $$(ls "test/$${TYPE}/bad"); \ do \ echo " testing test/$${TYPE}/bad/$${FILE}"; \ - if ./validate "$${TYPE}-schema.json" "test/$${TYPE}/good/$${FILE}" ; \ + if ./validate "$${TYPE}-schema.json" "test/$${TYPE}/bad/$${FILE}" ; \ then \ echo " received unexpected validation success" ; \ exit 1; \