diff options
Diffstat (limited to 'util')
| -rwxr-xr-x | util/t/stt/stt-works-with-espeak | 8 | 
1 files changed, 1 insertions, 7 deletions
| diff --git a/util/t/stt/stt-works-with-espeak b/util/t/stt/stt-works-with-espeak index ff39f567..31710974 100755 --- a/util/t/stt/stt-works-with-espeak +++ b/util/t/stt/stt-works-with-espeak @@ -7,10 +7,4 @@ test_str="hello"  trap "rm $tmp" TERM INT EXIT HUP  espeak --stdout "$test_str" | flac --totally-silent -f -o "$tmp" - -if stt "$tmp" | egrep "^$test_str\$" >/dev/null ;then -    echo "ok" -    exit 0 -else -    echo "not ok" -    exit 1 -fi +stt "$tmp" | egrep "^$test_str\$" >/dev/null | 
