diff tests/test-supportprogs/test-supportprogs.sh @ 151:a1300db6c63e jams

JSON well-formedness test (currently failing)
author Chris Cannam
date Tue, 14 Oct 2014 11:27:43 +0100
parents 7a31201dc42d
children cbbf8a838b47
line wrap: on
line diff
--- a/tests/test-supportprogs/test-supportprogs.sh	Tue Oct 14 11:24:05 2014 +0100
+++ b/tests/test-supportprogs/test-supportprogs.sh	Tue Oct 14 11:27:43 2014 +0100
@@ -11,5 +11,8 @@
 rapper --version >/dev/null || \
     fail "Can't find required rapper program"
 
+echo '{}' | json_verify >/dev/null || \
+    fail "Can't find required json_verify program, or it doesn't seem to work"
+
 exit 0