From 9df387ea098a9fe749bd39f58f29ff5d275fe050 Mon Sep 17 00:00:00 2001 From: Zhou Hao Date: Mon, 22 Jan 2018 16:35:12 +0800 Subject: [PATCH] schema/Makefile: fix test Signed-off-by: Zhou Hao --- schema/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; \