tests: use -T 1 to check for rate perfect

This commit is contained in:
Kamal Mostafa 2011-07-08 11:53:50 -07:00
parent 47ced96ccf
commit 9efb04cb8c
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ TMPF="/tmp/minimodem-test-$$.wav"
trap "rm -f $TMPF" 0
set -e
$MINIMODEM --tx --file $TMPF "$baudmode" < "$textfile"
$MINIMODEM --tx -T 1 --file $TMPF "$baudmode" < "$textfile"
# ls -l $TMPF
$MINIMODEM --rx --file $TMPF "$baudmode" | diff "$textfile" -