Mercurial > hg > sonic-annotator
comparison tests/test-supportprogs/test-supportprogs.sh @ 188:cbbf8a838b47
Add test for Turtle output encoding (must be UTF-8)
author | Chris Cannam |
---|---|
date | Wed, 25 Feb 2015 10:20:17 +0000 |
parents | a1300db6c63e |
children | 68daabfc4ccc |
comparison
equal
deleted
inserted
replaced
187:889f770abff3 | 188:cbbf8a838b47 |
---|---|
9 fail "Can't find required xmllint program" | 9 fail "Can't find required xmllint program" |
10 | 10 |
11 rapper --version >/dev/null || \ | 11 rapper --version >/dev/null || \ |
12 fail "Can't find required rapper program" | 12 fail "Can't find required rapper program" |
13 | 13 |
14 uconv --version >/dev/null || \ | |
15 fail "Can't find required uconv program" | |
16 | |
14 echo '{}' | json_verify >/dev/null || \ | 17 echo '{}' | json_verify >/dev/null || \ |
15 fail "Can't find required json_verify program, or it doesn't seem to work" | 18 fail "Can't find required json_verify program, or it doesn't seem to work" |
16 | 19 |
17 exit 0 | 20 exit 0 |
18 | 21 |