fix bug with missing --lax in some cases
authorJosh Coalson <jcoalson@users.sourceforce.net>
Wed, 11 Sep 2002 00:31:47 +0000 (00:31 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Wed, 11 Sep 2002 00:31:47 +0000 (00:31 +0000)
test/test_streams.sh

index a2056ad..0723f69 100755 (executable)
@@ -287,9 +287,9 @@ test_file sine16-01 1 16 "-0 -l $max_lpc_order -m -e -p --lax -b 65535"
 test_file sine16-01 1 16 "-0 -l $max_lpc_order -m -e -p --lax --sample-rate=9"
 test_file sine16-01 1 16 "-0 -l $max_lpc_order -m -e -p --lax --sample-rate=90"
 test_file sine16-01 1 16 "-0 -l $max_lpc_order -m -e -p --lax --sample-rate=90000"
-test_file sine16-01 1 16 "-0 -l $max_lpc_order -m -e -p --sample-rate=9"
-test_file sine16-01 1 16 "-0 -l $max_lpc_order -m -e -p --sample-rate=90"
-test_file sine16-01 1 16 "-0 -l $max_lpc_order -m -e -p --sample-rate=90000"
+test_file sine16-01 1 16 "-0 -l $max_lpc_order -m -e -p --lax --sample-rate=9"
+test_file sine16-01 1 16 "-0 -l $max_lpc_order -m -e -p --lax --sample-rate=90"
+test_file sine16-01 1 16 "-0 -l $max_lpc_order -m -e -p --lax --sample-rate=90000"
 
 echo "Testing option variations..."
 for f in 00 01 02 03 04 ; do