From a0d607689f47839e736bc13a45a5edc88b82a0eb Mon Sep 17 00:00:00 2001 From: makefu Date: Tue, 17 Dec 2013 09:25:00 +0100 Subject: remove stt-works test output --- util/t/stt/stt-works-with-espeak | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'util') 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 -- cgit v1.2.3