summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authormakefu <root@pigstarter.de>2013-12-17 09:25:00 +0100
committermakefu <root@pigstarter.de>2013-12-17 09:25:00 +0100
commita0d607689f47839e736bc13a45a5edc88b82a0eb (patch)
treeae78bebc9af3398f06529e482abba01f4ecb0c13 /util
parente847dd73730eb638d75e2d0cbc36340be7bb517e (diff)
remove stt-works test output
Diffstat (limited to 'util')
-rwxr-xr-xutil/t/stt/stt-works-with-espeak8
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