Mercurial > hg > sonic-annotator
comparison tests/test-supportprogs/test-supportprogs.sh @ 199:c8b934ed4ddd
Fix typo
author | Chris Cannam |
---|---|
date | Tue, 01 Sep 2015 17:29:20 +0100 |
parents | 68daabfc4ccc |
children | c17b184c16db |
comparison
equal
deleted
inserted
replaced
198:68daabfc4ccc | 199:c8b934ed4ddd |
---|---|
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 iconv --version >/dev/null || \ | 14 iconv --version >/dev/null || \ |
15 fail "Can't find required uconv program" | 15 fail "Can't find required iconv program" |
16 | 16 |
17 echo '{}' | json_verify >/dev/null || \ | 17 echo '{}' | json_verify >/dev/null || \ |
18 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" |
19 | 19 |
20 exit 0 | 20 exit 0 |