From 5c0ac60e2f3d4f73bbe3d077846252877f0996e8 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Fri, 9 May 2014 13:14:13 +1000 Subject: [PATCH] json: use new tool path for tests --- test/json.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/json.pl b/test/json.pl index eba7ed17..e95bcd8b 100755 --- a/test/json.pl +++ b/test/json.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -$COMMAND = "../json-validate"; +$COMMAND = "../tools/json-validate"; @good = ; @bad = ;