json: use new tool path for tests

This commit is contained in:
Danny Robson 2014-05-09 13:14:13 +10:00
parent 1b96816bd3
commit 5c0ac60e2f

View File

@ -1,6 +1,6 @@
#!/usr/bin/perl
$COMMAND = "../json-validate";
$COMMAND = "../tools/json-validate";
@good = <json_data/good/*>;
@bad = <json_data/bad/*>;