diff options
author | makefu <root@pigstarter.de> | 2013-12-17 09:25:00 +0100 |
---|---|---|
committer | makefu <root@pigstarter.de> | 2013-12-17 09:25:00 +0100 |
commit | a0d607689f47839e736bc13a45a5edc88b82a0eb (patch) | |
tree | ae78bebc9af3398f06529e482abba01f4ecb0c13 /util | |
parent | e847dd73730eb638d75e2d0cbc36340be7bb517e (diff) |
remove stt-works test output
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 |