fix path to bin files

This commit is contained in:
Josh Coalson 2004-09-21 05:29:15 +00:00
parent 70d8563c6e
commit 6803734dc4

View File

@ -72,7 +72,7 @@ test_file ()
echo "Testing bins..."
for f in b00 b01 b02 b03 b04 ; do
binfile=$BINS_PATH/$f
binfile=$BINS_PATH/$f.bin
if [ -f $binfile ] ; then
for disable in '' '--disable-verbatim-subframes --disable-constant-subframes' '--disable-verbatim-subframes --disable-constant-subframes --disable-fixed-subframes' ; do
for channels in 1 2 4 8 ; do