*** empty log message ***

This commit is contained in:
Josh Coalson 2001-03-02 23:52:41 +00:00
parent f6b5246a8d
commit eda1ff6a22
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ echo "Testing noise..."
for opt in 0 1 2 4 5 6 8 ; do
for extras in '' '-p' '-e' ; do
for blocksize in '' '-b 32' '-b 32768' '-b 65535' ; do
for channels in 1 2 5 8 ; do
for channels in 1 2 4 8 ; do
for bps in 8 16 24 ; do
test_file noise $channels $bps "-$opt $extras $blocksize"
done