Rename json test data to aid 'make clean'

This commit is contained in:
Danny Robson 2012-06-12 13:03:50 +10:00
parent d9211483a0
commit 94189e5b58
18 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
$COMMAND = "../json-validate";
@good = <json/good/*>;
@bad = <json/bad/*>;
@good = <json_data/good/*>;
@bad = <json_data/bad/*>;
$success = 1;