Mercurial > hg > sonic-annotator
changeset 199:c8b934ed4ddd
Fix typo
author | Chris Cannam |
---|---|
date | Tue, 01 Sep 2015 17:29:20 +0100 |
parents | 68daabfc4ccc |
children | f35bbb3e4d41 |
files | tests/test-supportprogs/test-supportprogs.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-supportprogs/test-supportprogs.sh Tue Sep 01 17:29:02 2015 +0100 +++ b/tests/test-supportprogs/test-supportprogs.sh Tue Sep 01 17:29:20 2015 +0100 @@ -12,7 +12,7 @@ fail "Can't find required rapper program" iconv --version >/dev/null || \ - fail "Can't find required uconv program" + fail "Can't find required iconv program" echo '{}' | json_verify >/dev/null || \ fail "Can't find required json_verify program, or it doesn't seem to work"