summaryrefslogtreecommitdiffstats
path: root/util/t/stt/stt-works-with-espeak
diff options
context:
space:
mode:
Diffstat (limited to 'util/t/stt/stt-works-with-espeak')
-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