Mercurial > hg > sonic-annotator
comparison tests/test-supportprogs/test-supportprogs.sh @ 198:68daabfc4ccc
Use iconv instead of uconv (present on OS/X)
author | Chris Cannam |
---|---|
date | Tue, 01 Sep 2015 17:29:02 +0100 |
parents | cbbf8a838b47 |
children | c8b934ed4ddd |
comparison
equal
deleted
inserted
replaced
197:3b7ec45abd1c | 198:68daabfc4ccc |
---|---|
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 || \ | 14 iconv --version >/dev/null || \ |
15 fail "Can't find required uconv program" | 15 fail "Can't find required uconv 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 |